Synchronize Python 3 requirements
We missed a few requirements in Python 3, which breaks installing Ceilometer in Python 3 environment and therefore breaks Gnocchi. Change-Id: I0fa6f5cad00eb3d5a645216bd96b4bba55417f88
This commit is contained in:
parent
4066d89493
commit
cd0f51327d
@ -2,6 +2,7 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
||||
alembic>=0.7.1
|
||||
argparse
|
||||
croniter>=0.3.4 # MIT License
|
||||
@ -15,6 +16,7 @@ msgpack-python>=0.4.0
|
||||
netaddr>=0.7.12
|
||||
oslo.concurrency>=0.3.0 # Apache-2.0
|
||||
oslo.config>=1.4.0 # Apache-2.0
|
||||
oslo.context>=0.1.0 # Apache-2.0
|
||||
oslo.db>=1.1.0 # Apache-2.0
|
||||
oslo.i18n>=1.0.0 # Apache-2.0
|
||||
PasteDeploy>=1.5.0
|
||||
@ -38,5 +40,6 @@ six>=1.7.0
|
||||
SQLAlchemy>=0.9.7,<=0.9.99
|
||||
sqlalchemy-migrate>=0.9.1,!=0.9.2
|
||||
stevedore>=1.1.0 # Apache-2.0
|
||||
tooz>=0.3 # Apache-2.0
|
||||
WebOb>=1.2.3
|
||||
WSME>=0.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user