summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-26 11:09:04 +0000
committerGerrit Code Review <review@openstack.org>2022-10-26 11:09:04 +0000
commit0678eac95aa98b50a5fd0fb9fa55031508c99d26 (patch)
treef002b86caf1f1c0c5bfc399e0d44653752c024b4
parent45e04a0fdb87196c99754d26af75700147c338b7 (diff)
parent25b8ad9aae21c0507c4a8f929394d0436a66a3e8 (diff)
downloadpython-keystoneclient-stable/xena.tar.gz
Merge "Fix bindep.txt to work with newer CentOS and RHEL" into stable/xenastable/xena
-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]