Add platform:base-py[2|3] to bindep

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
This commit is contained in:
Harald Jensås 2022-02-15 15:15:23 +01:00
parent 38f00d1d7d
commit 3818348e5b
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# 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]
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]