From 3f774328d2d5c9b98f9a8ebb390b49c7855c49f7f4b1ed851d855c1120e8efbe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Feb 2016 20:16:48 +0000 Subject: [PATCH] Accepting request 358975 from home:olh:branches:devel:languages:python - Remove BuildRequires python-rdflib to avoid cirular dependency OBS-URL: https://build.opensuse.org/request/show/358975 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SPARQLWrapper?expand=0&rev=5 --- python-SPARQLWrapper.changes | 5 +++++ python-SPARQLWrapper.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-SPARQLWrapper.changes b/python-SPARQLWrapper.changes index f5c1a10..6c8d3ed 100644 --- a/python-SPARQLWrapper.changes +++ b/python-SPARQLWrapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 12 09:53:34 UTC 2016 - olaf@aepfle.de + +- Remove BuildRequires python-rdflib to avoid cirular dependency + ------------------------------------------------------------------- Wed May 13 11:18:22 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-SPARQLWrapper.spec b/python-SPARQLWrapper.spec index e263eb4..5288f9a 100644 --- a/python-SPARQLWrapper.spec +++ b/python-SPARQLWrapper.spec @@ -1,7 +1,7 @@ # # spec file for package python-SPARQLWrapper # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build