- Fixed SLE build by adding a %define python_sitelib

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=15
This commit is contained in:
Sascha Peilicke 2011-09-22 09:48:57 +00:00 committed by Git OBS Bridge
parent 0590c9234c
commit 3e006f767a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 22 09:47:20 UTC 2011 - saschpe@suse.de
- Fixed SLE build by adding a %define python_sitelib
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 20 14:26:18 UTC 2011 - saschpe@suse.de Tue Sep 20 14:26:18 UTC 2011 - saschpe@suse.de

View File

@ -34,6 +34,7 @@ BuildRequires: python-xml
BuildArch: noarch BuildArch: noarch
%endif %endif
%endif %endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description %description
RDFLib is a Python library for working with RDF, a simple yet powerful RDFLib is a Python library for working with RDF, a simple yet powerful