Update pyngus to 2.0, now supports Python 3
Cool, pyngus now supports Python 3. This change is needed by I8512bb8274fad78285ab59797ba9b3f0f8b5c171: "Port the AMQP 1.0 driver to Python 3". Change-Id: I88b624dc7106d153e2ce77b8ffe1b06cc92a5ee3
This commit is contained in:
@@ -132,7 +132,7 @@ PyMySQL>=0.6.2 # MIT License
|
||||
|
||||
# NOTE(flaper87): This added 2 packages to `integration.sh`
|
||||
# uuid-dev and swig
|
||||
pyngus>=1.3.1;python_version=='2.7' # Apache 2.0 License
|
||||
pyngus>=2.0.0 # Apache-2.0
|
||||
|
||||
pyOpenSSL>=0.14
|
||||
pyparsing>=2.0.1
|
||||
|
||||
@@ -229,7 +229,7 @@ pyghmi===0.8.0
|
||||
pyinotify===0.9.6
|
||||
pymemcache===1.3.3
|
||||
pymongo===3.0.3
|
||||
pyngus===2.0.3;python_version=='2.7'
|
||||
pyngus===2.0.3
|
||||
pyparsing===2.0.3
|
||||
pyroute2===0.3.14
|
||||
pysaml2===3.0.0
|
||||
|
||||
Reference in New Issue
Block a user