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
(cherry picked from commit e967221952)
This commit is contained in:
Jakub Libosvar 2024-01-12 14:58:37 +00:00 committed by Luis Tomas Bolivar
parent 366ec28f0e
commit 3009659a37
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
pbr>=2.0 # Apache-2.0
Jinja2>=2.10 # BSD License (3 clause)
netaddr>=0.7.18 # BSD
neutron-lib>=2.10.1 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=6.1.0 # Apache-2.0