Blacklist Babel 2.4.0

Babel 2.4.0 does not handle "-" in locale po files like "ko-KR". This is
fixed now for the upcoming Babel 2.4.1 release.

To be able to publish translated content, blacklist Babel 2.4.0.

Change-Id: Iba67e38da6f8c6773d91c4fd63d9467fb9dc5c90
This commit is contained in:
Andreas Jaeger 2017-04-06 14:27:35 +02:00
parent 74b3ebc713
commit 663213c2be

@ -19,4 +19,5 @@ sphinxmark # Apache-2.0
lxml>=2.3,!=3.7.0 # BSD
# For translations
Babel>=2.3.4 # BSD
# Babel 2.4.0 is broken, fixed in 2.4.1
Babel>=2.3.4,!=2.4.0 # BSD