Don't install pyngus on Python 3

pyngus is not compatible with Python 3 yet.

Change-Id: I54431c0a40c46d3027116c07e2bac5cc1ef76a3a
Closes-Bug: #1474852
This commit is contained in:
Victor Stinner 2015-07-15 15:44:20 +02:00
parent 8a9b5d44ae
commit 525e3a2b12

View File

@ -1,3 +1,3 @@
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
# development libraries.
pyngus>=1.3.1 # Apache-2.0
pyngus>=1.3.1;python_version=='2.7' # Apache-2.0