From: Anas Nashif Date: Thu, 22 Nov 2012 01:02:39 +0000 (-0800) Subject: remove obsolete PreReq X-Git-Tag: submit/tizen/20140828.102307~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3a83de96aac81679ad9329b317b0dad44c428b4;p=platform%2Fupstream%2Fpython.git remove obsolete PreReq --- 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);")