From b3a83de96aac81679ad9329b317b0dad44c428b4 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 21 Nov 2012 17:02:39 -0800 Subject: [PATCH] remove obsolete PreReq --- packaging/macros.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macros.python b/packaging/macros.python index 6d49e9c..bce9c44 100644 --- a/packaging/macros.python +++ b/packaging/macros.python @@ -12,7 +12,7 @@ python -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_ } %py_requires(d) \ BuildRequires: /usr/bin/python %{-d:python-devel} \ -PreReq: python = %{py_ver} +Requires(pre): python = %{py_ver} %python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib();") %python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True);") -- 2.34.1