summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-30 11:53:30 +0000
committerGerrit Code Review <review@openstack.org>2022-05-30 11:53:30 +0000
commit9e23defea60f2add657501597ff1daf60341760a (patch)
treee8e5be4c766c4ab078d8b5cac07924703d27eeaf
parent003cca8105372790989758a9267d60052bb7ff77 (diff)
parentefa9dcbba1db1b5b6d953d1fa0ff062b8c2a9e38 (diff)
downloadoslo-utils-9e23defea60f2add657501597ff1daf60341760a.tar.gz
Merge "bindep: Use Python 3 devel packages"
-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]