Pin networkx version below 1.10

networkx is not compatible with Python 2.6 starting with version 1.10

Change-Id: Icd41b40b453079d8cbed427df449dd0226426f2b
Closes-Bug: #1480793
This commit is contained in:
Sebastian Kalinowski 2015-08-03 09:44:30 +02:00
parent 0261b86bd0
commit c0bd5b4ccb
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ keystonemiddleware>=1.2.0,<2.0.0
python-keystoneclient>=0.11,<=1.4.0
python-novaclient>=2.17.0,<=2.24.1
python-cinderclient>=1.0.7,<=1.2.1
networkx>=1.8
networkx>=1.8,<1.10
pydot-ng>=1.0.0
ordereddict>=1.1
oslo.utils<1.5.0

View File

@ -50,6 +50,7 @@ Requires: python-wsgiref >= 0.1.2
Requires: PyYAML >= 3.10
Requires: python-novaclient >= 2.17.0
Requires: python-networkx-core >= 1.8.0
Requires: python-networkx-core < 1.10.0
Requires: python-cinderclient >= 1.0.7
Requires: pydot-ng >= 1.0.0
Requires: python-ordereddict >= 1.1