Blacklist broken Babel releases

Babel 2.3.2 failed to parse horizon.
Babel 2.3.3 fixes this but breaks all python projects, the log-level log
files contain far too much content ;(

From https://github.com/python-babel/babel/issues/388:
* versions 2.3.0..2.3.2 break multiple -k/--keywords arguments for
  pybabel extract
* version 2.3.3 breaks the single -k/--keywords argument accepted by
  distutils extract_messages

Blacklist all these versions, and downgrade constraints.

Change-Id: Ia61e96963c0c81814d89c247c82fd75c6ab86a81
(cherry picked from commit 5a9ac57109)
This commit is contained in:
Andreas Jaeger 2016-04-13 09:08:07 +02:00 committed by Tony Breeds
parent afe21f39c8
commit b7c9502f92
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ argcomplete>=0.6.8 # Apache-2.0
astroid<1.4.0 # breaks pylint 1.4.4
autobahn>=0.10.1 # MIT License
beautifulsoup4
Babel>=1.3
Babel>=1.3,!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3 # BSD
boto>=2.32.1
cassandra-driver>=2.1.4 # Apache-2.0
ceilometermiddleware>=0.1.0,<0.2.0