summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Grasza <xek@redhat.com>2022-02-21 15:34:45 +0100
committerDouglas Mendizábal <dmendiza@redhat.com>2022-07-15 17:23:49 +0000
commit25b8ad9aae21c0507c4a8f929394d0436a66a3e8 (patch)
tree5a22d91d56b12a8f581376a37717888fd23a2375
parentb4814799864dbaa49d4bb152cb12008c356e9d76 (diff)
downloadpython-keystoneclient-25b8ad9aae21c0507c4a8f929394d0436a66a3e8.tar.gz
Fix bindep.txt to work with newer CentOS and RHEL
Tested this with centos7, rhel7, rhel8, fedora35. Change-Id: Ibfe495ab3d5e282bc38d5e31c7b10c4018767a20 (cherry picked from commit 0e2f6788f030c62cc302f2d965d786af99fb3c83)
-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]