ironic-lib/bindep.txt
Riccardo Pittau c99fae9393 Fix lower-constraints with the new pip resolver
Remove pep8 dependencies from test-requirements, they're not
needed there and are hard to constraint properly.

Change lower-constraints to make pip resolver happy.

Add bindep.txt to provide dev libraries to build python modules.

Change-Id: I4edc2ebc7b29849901964279b5cc551944d830a9
2020-12-09 12:43:40 -08:00

10 lines
302 B
Plaintext

# these are needed to compile Python dependencies from sources
python-dev [platform:dpkg test]
python3-all-dev [platform:dpkg test]
python-devel [platform:rpm test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
libffi-dev [platform:dpkg test]
libffi-devel [platform:rpm test]