From 4e0bfeab6c0159d3029a2ed1f2565decc634b6c6 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Tue, 22 Nov 2022 18:40:35 +0000 Subject: [PATCH] Fix openstack-tox jobs for update repo The bindep entry for python2 rpm was causing Zuul setup on ubuntu-jammy nodes to report "No package matching 'python-rpm' is available" Partial-Bug: #1997255 Signed-off-by: Al Bailey Change-Id: Ib1abeee22ec0c186846e68242bb89c8ac2fce114 --- bindep.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 41ed8109..3a444f12 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,5 @@ # see https://docs.openstack.org/infra/bindep/ for additional information. # Do not install python2 rpms in a python3 only environment such as debian-bullseye -python-rpm [platform:dpkg !platform:debian-bullseye] python3-rpm [platform:dpkg] rpm-python [platform:rpm]