From fa0c4888c3beb605b78c9d2e22f146bb4bff6c6f Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Mon, 31 Aug 2015 03:32:12 +0000 Subject: [PATCH] Encap netaddr-0.7.16 netaddr-0.7.16 was released 2015-08-30. After that, the gate problem seems to happen. This patch adds the cap to use the previous version of netaddr for the workaround. Change-Id: I57c0a4e88d311d7ccc3615395435461dd56227ff Depends-On: I4d391f2352d71089db8666e3650121799a774a30 Related-Bug: #1490368 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc2a187843..5ebcb65ec3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 testtools>=1.4.0 boto>=2.32.1 paramiko>=1.13.0 -netaddr>=0.7.12 +netaddr>=0.7.12,!=0.7.16 testrepository>=0.0.18 pyOpenSSL>=0.14 oslo.concurrency>=2.3.0 # Apache-2.0