From 525e3a2b120a5d647c4df046414ea5cb6d0ae1c1 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 15 Jul 2015 15:44:20 +0200 Subject: [PATCH] Don't install pyngus on Python 3 pyngus is not compatible with Python 3 yet. Change-Id: I54431c0a40c46d3027116c07e2bac5cc1ef76a3a Closes-Bug: #1474852 --- amqp1-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amqp1-requirements.txt b/amqp1-requirements.txt index f5d6af0ac..971b32910 100644 --- a/amqp1-requirements.txt +++ b/amqp1-requirements.txt @@ -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