
Pin netaddr to 0.10.1 because 1.0.0 requires Python 3.7, pin pytest to <8 because of dropped path. Disable host-configure jobs for now due to docker devicemapper removal - will be fixed in follow up and re-enabled. Change-Id: I2f6c16642b2d6ed3bb8b8c1f9a2525f9641ac9f3
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
pbr>=2.0 # Apache-2.0
|
|
Jinja2>3 # BSD
|
|
ansible>=4,<6.0 # GPLv3
|
|
cliff>=3.1.0 # Apache
|
|
importlib-metadata;python_version<'3.8' # Apache-2.0
|
|
netaddr!=0.7.16,>=0.7.13,<1.0.0 # BSD
|
|
PyYAML>=3.10.0 # MIT
|
|
selinux # MIT
|
|
# INI parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|