Unrestrict PBR version.

This commit is contained in:
Thomas Goirand 2015-07-28 08:21:07 +00:00
parent 63456276ad
commit 5baf706aef
3 changed files with 25 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
migrate (0.9.7-4) unstable; urgency=medium
* Added patch to unrestrict PBR version.
-- Thomas Goirand <zigo@debian.org> Tue, 28 Jul 2015 08:20:42 +0000
migrate (0.9.7-3) unstable; urgency=medium
* Adds fix-usage-function-for-python3.patch.

View File

@ -0,0 +1,18 @@
Description: Do not impose PBR version
The current release is too restrictive regarding PBR version, which may
make OpenStack not installable in Sid. This patch fixes that.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-07-28
--- migrate-0.9.7.orig/requirements.txt
+++ migrate-0.9.7/requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.11,<2.0
+pbr
# never put a cap on this, *ever*, sqla versions are handled via
# tox, and if SQLA is capped it will only make it so we aren't testing

View File

@ -2,3 +2,4 @@ use-local-intersphinx.patch
keep_empty_modules.patch
disable_issuetracker.patch
fix-usage-function-for-python3.patch
do-not-impose-pbr-version.patch