yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34802
[Bug 1469093] [NEW] Keystone requirements conflict between pbr and sqlalchemy-migirate
Public bug reported:
When I tried to install virtual environment today after a rebase, I got
this failure:
error: pbr 1.2.0 is installed but pbr!=0.7,<1.0,>=0.6 is required by set
(['sqlalchemy-migrate'])
The pbr package requirement was changed recently, from <1.0 to <2.0, by
https://github.com/openstack/keystone/commit/ccc794d5d83e318eddc456dd4745942e5f7aaac5
That's why I got the pbr 1.2.0 installed, however,
https://pypi.python.org/pypi/sqlalchemy-migrate/0.9.6 requires pbr to be
(>=0.6,!=0.7,<1.0).
I think we need roll back the change.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1469093
Title:
Keystone requirements conflict between pbr and sqlalchemy-migirate
Status in OpenStack Identity (Keystone):
New
Bug description:
When I tried to install virtual environment today after a rebase, I
got this failure:
error: pbr 1.2.0 is installed but pbr!=0.7,<1.0,>=0.6 is required by
set(['sqlalchemy-migrate'])
The pbr package requirement was changed recently, from <1.0 to <2.0,
by
https://github.com/openstack/keystone/commit/ccc794d5d83e318eddc456dd4745942e5f7aaac5
That's why I got the pbr 1.2.0 installed, however,
https://pypi.python.org/pypi/sqlalchemy-migrate/0.9.6 requires pbr to
be (>=0.6,!=0.7,<1.0).
I think we need roll back the change.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1469093/+subscriptions
Follow ups
References