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
This commit is contained in:
Tim Burke 2017-08-29 09:47:11 -07:00
parent c50823ebf1
commit 3be8eca70b
1 changed files with 3 additions and 2 deletions

View File

@ -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]