summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-10-23 12:24:17 -0700
committerTim Burke <tim.burke@gmail.com>2020-12-17 11:25:42 -0800
commitd186af14faf15e8f1e6a0c1f3a5d916f9a791749 (patch)
tree7c86fc54378b7d7aeb3fe64df4daed1d615086b3 /bindep.txt
parent6e9e84a5c2be7a5e0a8b5ef123ac3cbb272c3ebc (diff)
downloadswift-d186af14faf15e8f1e6a0c1f3a5d916f9a791749.tar.gz
Add py3 probe tests on CentOS 8
Change-Id: Iae86d8838854023010686d3d4bed3befe6160ca5
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindep.txt b/bindep.txt
index b135464f9..59ab57d23 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -18,9 +18,9 @@ libxslt1-dev [platform:dpkg]
libxslt-dev [platform:apk]
memcached
python-dev [platform:dpkg platform:apk]
-python-devel [platform:rpm]
+python-devel [platform:rpm !py36]
python3-dev [platform:dpkg platform:apk test]
-python3-devel [platform:fedora platform:suse test]
+python3-devel [platform:rpm !py27 test]
# python3-devel does not pull in the python3 package on openSUSE so
# we need to be explicit. The python3 package contains the XML module
# which is required by a python3 virtualenv. Similarly, in python2,