c99fae9393
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
10 lines
302 B
Plaintext
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]
|
|
|