summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-03 14:06:31 +0000
committerGerrit Code Review <review@openstack.org>2022-11-03 14:06:31 +0000
commit3fe898ba4d170c2131cf857045d70e24ab376471 (patch)
treecf1e807b3a9cf8b5366c0d3e52b4ae224f97f024
parent60b4a24053418f0e3bdee56d57cbcd7908fc8ccf (diff)
parent13b73de8b634f9b231e07b76041537352d42341c (diff)
downloadpython-keystoneclient-stable/wallaby.tar.gz
Merge "Fix bindep.txt to work with newer CentOS and RHEL" into stable/wallabystable/wallaby
-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]