Muehlenhoff has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/351617 )
Change subject: 0.1.1-wmf7 build: python-pbr < 0.10 ...................................................................... 0.1.1-wmf7 build: python-pbr < 0.10 build depends on python-pbr 0.8 from jessie. python-pbr 0.10 is confused by OSLO_PACKAGE_VERSION and FTBS. Change-Id: I60faa657cec3a789f537ff446fe6108f032654f9 --- M debian/changelog M debian/control 2 files changed, 11 insertions(+), 1 deletion(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved diff --git a/debian/changelog b/debian/changelog index 2e53812..3fc8cf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +nodepool (0.1.1-wmf7) jessie-wikimedia; urgency=medium + + * constrain python-pbr to 0.8 from jessie + python-pbr 0.10 in jessie-wikimedia no more depends on python-pip and thus + lacks python-setuptools. pbr also gets confused by OSLO_PACKAGE_VERSION + which is set to Nodepool version and pbr tries to create its egg with + 0.1.1 instead of its version. + + -- Antoine Musso <[email protected]> Wed, 03 May 2017 13:14:27 +0200 + nodepool (0.1.1-wmf6) jessie-wikimedia; urgency=medium * Jenkins 2.46.2 that requires POST for some operations diff --git a/debian/control b/debian/control index 09bcc03..668bd40 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ python-daemon, python-novaclient (>=2.21.0), python-pymysql, - python-pbr, + python-pbr (<<0.10.0), python (>= 2.7), python (<< 2.8) Standards-Version: 3.9.6 -- To view, visit https://gerrit.wikimedia.org/r/351617 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I60faa657cec3a789f537ff446fe6108f032654f9 Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/nodepool Gerrit-Branch: debian Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
