From 96c874cac5f9bd20f322d01404eaf378b8333eb5 Mon Sep 17 00:00:00 2001 From: Alessio Ababilov Date: Tue, 19 Mar 2013 11:25:14 +0200 Subject: [PATCH] Require netaddr>=0.7.6 to avoid UnboundLocalError This issue is discussed at https://github.com/drkjam/netaddr/issues/2. The bug in netaddr was fixed in release 0.7.6 on 13th Sep 2011. Change-Id: Iea75a30963a09f9b0dd94138460bf041ab98fc66 Fixes: bug #1157058 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 092f5498c401..05a103ee9f69 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -13,7 +13,7 @@ greenlet>=0.3.1 PasteDeploy>=1.5.0 paste sqlalchemy-migrate>=0.7.2 -netaddr +netaddr>=0.7.6 suds>=0.4 paramiko pyasn1