summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2019-11-27 19:08:07 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2019-12-02 12:13:04 +0100
commit4354bc04f95c03fc90d7b596422874e329996660 (patch)
treeb56108da504e1622b4495e72b8862c96d377405f /requirements.txt
parent9f6c2aa05bce227efafd4d9b4c316664cccdfbae (diff)
downloadironic-python-agent-4354bc04f95c03fc90d7b596422874e329996660.tar.gz
Replace netaddr dependency with stdlib ipaddress
netaddr is quite a big library, and all we need is covered by the built-in ipaddress module (available in python 3). Also add a safeguard for invalid 'ip route' output. Change-Id: I9d76a8d1c1b6b1585e301a9c63b37fab3b98746f
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 77b1c153..47e6c6b1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
-netaddr>=0.7.18 # BSD
netifaces>=0.10.4 # MIT
oslo.config>=5.2.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0