remove obsolete PreReq
authorAnas Nashif <anas.nashif@intel.com>
Thu, 22 Nov 2012 01:02:39 +0000 (17:02 -0800)
committerChanho Park <chanho61.park@samsung.com>
Tue, 19 Aug 2014 10:40:55 +0000 (19:40 +0900)
packaging/macros.python

index 6d49e9c0d6a5b86fd3ec1a46f170ae8b646bc790..bce9c44399947ff914ab8b35316cb7f5296abab7 100644 (file)
@@ -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);")