summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-22 17:58:04 +0000
committerGerrit Code Review <review@openstack.org>2022-07-22 17:58:04 +0000
commit07ddfa8b010da1f1a65e1f00a95020c36c101751 (patch)
tree0ae7343fc1f254016e18deaa1986b0efda555eeb
parent4992bcf219d69b2dd5909bb6b80f16ec2e1915a8 (diff)
parent2262ef9841d8e89fa78821e49373bc047c6d0d81 (diff)
downloadpython-keystoneclient-stable/yoga.tar.gz
Merge "Fix bindep.txt to work with newer CentOS and RHEL" into stable/yogastable/yoga
-rw-r--r--bindep.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/bindep.txt b/bindep.txt
index d179369..0d0f6ac 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -2,7 +2,8 @@
# see https://docs.openstack.org/infra/bindep/ for additional information.
gettext
-libssl-dev
+libssl-dev [platform:dpkg]
+openssl-devel [platform:rpm]
dbus-devel [platform:rpm]
dbus-glib-devel [platform:rpm]
@@ -18,6 +19,4 @@ python3-all-dev [platform:dpkg]
cyrus-sasl-devel [platform:rpm]
libxml2-devel [platform:rpm]
-python-devel [platform:rpm]
-python3-devel [platform:fedora]
-python34-devel [platform:centos]
+python3-devel [platform:rpm]