Drop Babel from reqs

Not needed per [1].

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html

Change-Id: I0a1a6204abf3c39ddfa6b83bcfc5d5f532dc2de1
This commit is contained in:
zhoulinhui 2020-08-31 16:41:45 +08:00 committed by Spyros Trigazis
parent a9ab65200c
commit d053e288a6
4 changed files with 0 additions and 5 deletions

View File

@ -1,2 +0,0 @@
[python: **.py]

View File

@ -4,7 +4,6 @@ amqp==2.6.1
appdirs==1.4.3
asn1crypto==0.24.0
automaton==1.14.0
Babel==2.3.4
bandit==1.1.0
bashate==2.0.0
beautifulsoup4==4.6.0

View File

@ -5,7 +5,6 @@
# Despite above warning added by global sync process, please use
# ascii betical order.
Babel!=2.4.0,>=2.3.4 # BSD
PyYAML>=3.13 # MIT
SQLAlchemy>=1.2.0 # MIT
WSME>=0.8.0 # MIT

View File

@ -40,7 +40,6 @@ input_file = magnum/locale/magnum.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = magnum/locale/magnum.pot
[entry_points]