From efa9dcbba1db1b5b6d953d1fa0ff062b8c2a9e38 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 26 May 2022 17:52:52 +0100 Subject: [PATCH] bindep: Use Python 3 devel packages Change-Id: I6dbb8650b0bc3448143ed88570ce33820710b156 Signed-off-by: Stephen Finucane --- bindep.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index ba561888..504490a6 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,8 +2,6 @@ # see http://docs.openstack.org/infra/bindep/ for additional information. locales [platform:debian] -python-dev [platform:dpkg] -python-devel [platform:rpm] python3-all-dev [platform:ubuntu !platform:ubuntu-precise] python3-dev [platform:dpkg] -python3-devel [platform:fedora] +python3-devel [platform:rpm]