canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #06388
[Merge] ~uralt/autopkgtest-cloud:pbr-pin into autopkgtest-cloud:master
Ural Tunaboyu has proposed merging ~uralt/autopkgtest-cloud:pbr-pin into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~uralt/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/482854
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~uralt/autopkgtest-cloud:pbr-pin into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/wheelhouse.txt b/charms/focal/autopkgtest-web/wheelhouse.txt
index 8ddbc69..20702db 100644
--- a/charms/focal/autopkgtest-web/wheelhouse.txt
+++ b/charms/focal/autopkgtest-web/wheelhouse.txt
@@ -10,3 +10,6 @@ setuptools;python_version > '3.8'
# Without this, sniffio==1.3.1 will be installed which conflicts with setuptools==46.0.0 (sniffio 1.3.1 requires setuptools==64.0.0)
sniffio==1.3.0
+
+# pbr 6.1.1 and onwards pins a conflicting version of setuptools
+pbr==6.1.0
Follow ups