Oslo i18n 3.15.2 has broken deps

Oslo i18n removed babel from requirements but it has a runtime
dependency on it, so it fails to install.

g-r change: Ib77b3271a4e9861e391623ba5f03e5303512096a
Related-Bug: #1692773

Change-Id: I99afc304b2f0955a190ea5f298cdd1018bdf4ae4
This commit is contained in:
Andrea Frittoli 2017-05-23 11:13:39 +01:00
parent c418765722
commit da55f6ff1f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.9.0 # MIT
oslo.config>=3.22.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.i18n>=2.1.0,!=3.15.2 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0