14
0

- Remove unused %python_sitearch macro definition

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=32
This commit is contained in:
Sascha Peilicke
2011-07-07 13:20:16 +00:00
committed by Git OBS Bridge
parent 71af43e271
commit 9ed1c2b6d7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 7 13:17:54 UTC 2011 - saschpe@suse.de
- Remove unused %python_sitearch macro definition
-------------------------------------------------------------------
Wed Jun 22 10:21:55 UTC 2011 - saschpe@suse.de

View File

@@ -36,7 +36,6 @@ BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%description
This script allows to generate RPM spec or DEB dsc files from Python modules.