summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2017-08-29 09:47:11 -0700
committerTim Burke <tim.burke@gmail.com>2017-08-29 09:50:18 -0700
commit3be8eca70b53148f2dbcbab98dafd04b07e99da6 (patch)
tree18fc2dd8d97b22469f14e7a7610ffacf9315a108 /bindep.txt
parentc50823ebf1fc3d691e1589321fb03a6464604530 (diff)
downloadpython-swiftclient-3be8eca70b53148f2dbcbab98dafd04b07e99da6.tar.gz
Add pypy-devel for RPM-based systems
Also, don't try to do any pypy stuff on Fedora -- apparently that's only available from the Everything repo instead of the stripped-down Server one the gate images use? I only wanted Fedora for py36 testing, anyway. Change-Id: Iba8142e4e1093cf7f7a9dcf782288364d43cb64d
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/bindep.txt b/bindep.txt
index e3ea9c1..cc3a770 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -2,5 +2,6 @@
# see http://docs.openstack.org/infra/bindep/ for additional information.
curl
-pypy [test]
-pypy-dev [test]
+pypy [test !platform:fedora]
+pypy-dev [test platform:dpkg]
+pypy-devel [test platform:rpm !platform:fedora]