Add netaddr as a requirement
Currently netaddr is installed as part of the neutron-lib but it's safer to explicitly list the requirement since the library is imported directly. Change-Id: I1cce4aee1109071e442c8df30d7f57714a9b92be
This commit is contained in:
parent
60a9b7ca18
commit
e967221952
@ -5,6 +5,7 @@
|
|||||||
pbr>=2.0 # Apache-2.0
|
pbr>=2.0 # Apache-2.0
|
||||||
|
|
||||||
Jinja2>=2.10 # BSD License (3 clause)
|
Jinja2>=2.10 # BSD License (3 clause)
|
||||||
|
netaddr>=0.7.18 # BSD
|
||||||
neutron-lib>=2.10.1 # Apache-2.0
|
neutron-lib>=2.10.1 # Apache-2.0
|
||||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||||
oslo.config>=6.1.0 # Apache-2.0
|
oslo.config>=6.1.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user