From 9a3e30fd6624c8c3305954f88904ced72ce7509b Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Fri, 20 Jan 2006 23:09:28 +0000 Subject: - remove pre flags on python requirement (helio) --- macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros.in') diff --git a/macros.in b/macros.in index e13b81c..3a0ed9c 100644 --- a/macros.in +++ b/macros.in @@ -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 -- cgit v1.2.1