3818348e5b
Ansible playbook from bindep fails to install package python-devel on python3 environment. https://opendev.org/opendev/bindep/src/branch/master/playbooks/bindep/run.yaml#L31 Add platform:base-py[2|3] to python devel rpm packages. Related: RHBZ#2054559 Change-Id: Iee5ac3a778f8106b7f2e96cd9294e2da28fe4def
10 lines
342 B
Plaintext
10 lines
342 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 platform:base-py2 test)]
|
|
python3-devel [(platform:rpm platform:base-py3 test)]
|
|
build-essential [platform:dpkg test]
|
|
libffi-dev [platform:dpkg test]
|
|
libffi-devel [platform:rpm test]
|
|
|