From 3be8eca70b53148f2dbcbab98dafd04b07e99da6 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 29 Aug 2017 09:47:11 -0700 Subject: 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 --- bindep.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bindep.txt') 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] -- cgit v1.2.1