summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-05-26 17:52:52 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-05-26 17:54:28 +0100
commitefa9dcbba1db1b5b6d953d1fa0ff062b8c2a9e38 (patch)
tree2fa2fef3f94976feb7c5ead4e5c05d6f7be26b9c
parent383789ce70efb7070a69885f7fa7bb6e3d90af55 (diff)
downloadoslo-utils-efa9dcbba1db1b5b6d953d1fa0ff062b8c2a9e38.tar.gz
bindep: Use Python 3 devel packages
Change-Id: I6dbb8650b0bc3448143ed88570ce33820710b156 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
-rw-r--r--bindep.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/bindep.txt b/bindep.txt
index ba56188..504490a 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]