Revert "Remove Babel as a runtime requirement"
This reverts commit 0658992b0b
.
The reverted commit moves Babel to test-requirements.txt
but Babel is a run-time requirement as _gettextutils imports Babel.
As a result, oslo_i18n 3.15.2 cannot be imported.
Closes-Bug: #1692773
Change-Id: I97ae11925462b2e21ede5d9573e90ee21fb7e4d2
This commit is contained in:
parent
66a3e38e8a
commit
b9eed49961
@ -3,4 +3,5 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
six>=1.9.0 # MIT
|
||||
|
@ -15,4 +15,3 @@ testscenarios>=0.4 # Apache-2.0/BSD
|
||||
oslo.config>=3.22.0 # Apache-2.0
|
||||
|
||||
reno>=1.8.0 # Apache-2.0
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user