Skip to content

Commit

Permalink
Fix oslo.i18n problem
Browse files Browse the repository at this point in the history
Change-Id: I81f050b2e7c55962017491367214728fc60de011
  • Loading branch information
9seconds committed May 18, 2017
1 parent 8c380a5 commit e6c1668
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
"python-keystoneclient>=3.9,<4",
"click>=6,<7",
"cryptography>=1.4,<2",
"asyncssh[libnacl,bcrypt]>=1.8,<2"
"asyncssh[libnacl,bcrypt]>=1.8,<2",
# 3.15.1 brings Babel!=2.4.0 line which is controversal
# to requirements in Keystone. Therefore installation is broken.
# next version will eliminate runtime dependency to Babel
# completely (first commit after tag 3.15.1)
"oslo.i18n!=3.15.1"
)


Expand Down

0 comments on commit e6c1668

Please sign in to comment.