From ef4453f984f740796e7a0f6d43642ddd2dfd59a24e11d4d062de5784f5f0ae8a Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 6 Dec 2013 15:57:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SPARQLWrapper?expand=0&rev=2 --- python-SPARQLWrapper.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-SPARQLWrapper.spec b/python-SPARQLWrapper.spec index 239b6e8..dd1fdcb 100644 --- a/python-SPARQLWrapper.spec +++ b/python-SPARQLWrapper.spec @@ -25,9 +25,8 @@ Group: Development/Languages/Python Url: http://sparql-wrapper.sourceforge.net/ Source: https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-rdflib BuildRequires: python-setuptools -Requires: python-rdflib +Recommends: python-rdflib BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}