projects
/
platform
/
upstream
/
python.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263ba22
)
remove obsolete PreReq
author
Anas Nashif
<anas.nashif@intel.com>
Thu, 22 Nov 2012 01:02:39 +0000
(17:02 -0800)
committer
Chanho Park
<chanho61.park@samsung.com>
Tue, 19 Aug 2014 10:40:55 +0000
(19:40 +0900)
packaging/macros.python
patch
|
blob
|
history
diff --git
a/packaging/macros.python
b/packaging/macros.python
index 6d49e9c0d6a5b86fd3ec1a46f170ae8b646bc790..bce9c44399947ff914ab8b35316cb7f5296abab7 100644
(file)
--- 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);")