2108a5191b
- fixed bindep to allow execution under fedora - fixed flake8 config to use officially recommended use patterns - assured that git does not report dirty after running tox (both pep8 and tht environments where breaking this by creating untracked files). tox-extra plugin addition will prevent future regressions. Change-Id: I4137056853f8c5f1c2304bfb6ec1188a82b12130 Bug: #1921409
17 lines
817 B
Plaintext
17 lines
817 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
gcc [platform:rpm]
|
|
python36-devel [platform:rhel8 platform:centos-8]
|
|
python3-devel [platform:rpm !platform:rhel8 !platform:centos-8]
|
|
|
|
# For SELinux
|
|
libselinux-python [platform:rpm !platform:rhel-8 !platform:centos-8 !platform:fedora]
|
|
libsemanage-python [platform:redhat !platform:rhel-8 !platform:centos-8 !platform:fedora]
|
|
libselinux-python3 [platform:rpm !platform:rhel-7 !platform:centos-7 !platform:fedora]
|
|
libsemanage-python3 [platform:redhat !platform:rhel-7 !platform:centos-7 !platform:fedora]
|
|
|
|
python3-libselinux [platform:rpm platform:fedora]
|
|
python3-libsemanage [platform:rpm platform:fedora]
|