summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-11-21 10:00:22 -0500
committerDavanum Srinivas <davanum@gmail.com>2015-11-21 13:16:51 -0500
commit2abbe1c3b19490f570c29502cd56ec92daf4ca45 (patch)
treeb7edcf08a756d889a67355e373ce97e32c40dbf9 /setup.cfg
parent8f4a701b130b345faa313f552119d07ed2e3d43f (diff)
downloadoslo-utils-2abbe1c3b19490f570c29502cd56ec92daf4ca45.tar.gz
Move netifaces to extras
netifaces is a very heavy requirement especially for python clients, the code that uses netifaces is called only in exception paths at least now. So let us move this requirement to extras to reduce the time taken to install oslo.utils. Closes-Bug: #1517069 Change-Id: If3430364e49c1c0b1d9f4937bb67900380662728
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 6930539..cfa7389 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,10 @@ classifier =
packages =
oslo_utils
+[extras]
+netifaces =
+ netifaces>=0.10.4
+
[pbr]
warnerrors = true