Build with pypy

This commit is contained in:
Miro Hrončok 2015-05-04 12:49:51 +02:00
parent 980f988cc4
commit 976314ef80
1 changed files with 3 additions and 1 deletions

View File

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