From 976314ef808d7b7dbe2bc8961a5de2deae1cdc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 4 May 2015 12:49:51 +0200 Subject: [PATCH] Build with pypy --- pypy3.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pypy3.spec b/pypy3.spec index 218ce3e..edbfd2f 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -161,7 +161,9 @@ Patch2: 007-remove-startup-message.patch # Turn it off with this boolean, to revert back to rebuilding using CPython # and avoid a cycle in the build-time dependency graph: -%global use_self_when_building 0 +# Note, pypy3 is built with pypy2, so no dependency cycle + +%global use_self_when_building 1 %if 0%{use_self_when_building} # pypy3 can only be build with pypy2 BuildRequires: pypy