From 663213c2be0b15688806bd27c50ffd7c6cf51532 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 6 Apr 2017 14:27:35 +0200 Subject: [PATCH] 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 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 699c4b95aa..a77df98cc6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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