From 8d33f1191e34bc4f7eec1643134d7793ac333406 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 24 May 2022 11:58:37 +0200 Subject: [PATCH] Fix python-dev reference in bindep Python2 is a thing of the past, we need python3 now. This should get the python3.10 job running. Change-Id: I0b2deccfbc5cbbffd361106b96f4996172d1ee3c --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 104a48089..aeb48323a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,7 +2,7 @@ # see http://docs.openstack.org/infra/bindep/ for additional information. build-essential [platform:dpkg] -python-dev [platform:dpkg] +python3-dev [platform:dpkg] python-devel [platform:rpm] libffi-dev [platform:dpkg] libffi-devel [platform:rpm]