diff options
-rw-r--r-- | macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -576,7 +576,7 @@ python -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_ %define minver %py_ver \ %define maxver %(python -c "import sys; a,b=sys.version_info[:2]; print '%%d.%%d'%%(a,b+1)" 2>/dev/null || echo PYTHON-NOT-FOUND) \ BuildRequires: python %{-d:python-devel} \ -Requires(pre): python >= %minver, python < %maxver +Requires: python >= %minver, python < %maxver #------------------------------------------------------------------------------ # Redefine RPM sections to allow jumping over them |