From 3818348e5bda19a616664611562515de0e985a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Tue, 15 Feb 2022 15:15:23 +0100 Subject: [PATCH] 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 --- bindep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 407a615b..0f20f916 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]