summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-04-29 23:54:15 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-04-29 23:59:48 +0200
commit8de7313675e0fb3756337448b6bb74efe0f8ca29 (patch)
treea76acd760d8437ed7a12f80e904b5c2e9e6d26a9 /bindep.txt
parent75f3478ed1efb9aff55cd6316a79ce4b9d744746 (diff)
downloadzuul-8de7313675e0fb3756337448b6bb74efe0f8ca29.tar.gz
Skip attempting python3-devel installation on CentOS 7
python3-devel package is not available on CentOS repositories and this causes an unnecessary error to be logged to console while installing zuul which might confuse users. [centos@zuul zuul]$ sudo yum install $(bindep -b) -y Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.constant.com * epel: mirror.cs.princeton.edu * extras: mirror.cs.pitt.edu * ius: mirror.ehv.weppel.nl * updates: mirror.clarkson.edu No package python3-devel available. Error: Nothing to do For CentOS 7, the proposed zuul-from-scratch document instructs users to install python35u-devel package from ius-release repo. https://review.openstack.org/#/c/564948/ Change-Id: I9df218b56c59df196eff6cbd5183884c39d1ab7b
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindep.txt b/bindep.txt
index 7f05d2776..d581918d9 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -15,7 +15,7 @@ openssl-devel [platform:rpm]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
python3-dev [platform:dpkg]
-python3-devel [platform:rpm]
+python3-devel [platform:rpm !platform:centos]
bubblewrap [platform:rpm]
redhat-rpm-config [platform:rpm]
libre2-dev [platform:dpkg]