fix self build if conditional

This commit is contained in:
Peter Robinson 2019-10-15 15:07:33 +01:00
parent 059b472a1a
commit 46bd6ff0fc
2 changed files with 3 additions and 6 deletions

7
.gitignore vendored
View File

@ -1,5 +1,2 @@
/pypy-*-src.tar.bz2
/pypy2-*-src.tar.bz2
/pypy2.7-v7.0.0-src.tar.bz2
/pypy2.7-v7.1.1-src.tar.bz2
/pypy2.7-v7.2.0-src.tar.bz2
/pypy*-src.tar.bz2
/pypy2*-src.tar.bz2

View File

@ -178,7 +178,7 @@ Source189: 189-use-rpm-wheels.patch
%global use_self_when_building 0
%ifnarch 0%{use_self_when_building}
%if 0%{use_self_when_building}
BuildRequires: pypy
%global bootstrap_python_interp pypy2
%else