From 7dbacb260108b097cb41ed52385e8fccb4144eec378ef58247f597b9a8a230d9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Jun 2012 20:00:41 +0000 Subject: [PATCH] Accepting request 124412 from home:dimstar:branches:devel:languages:python Add missing requires" OBS-URL: https://build.opensuse.org/request/show/124412 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=22 --- python-rdflib.changes | 5 +++++ python-rdflib.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-rdflib.changes b/python-rdflib.changes index 4a6e40f..5f4002e 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 11 09:34:31 UTC 2012 - dimstar@opensuse.org + +- Add python-isodate Requires: rdflib imports it. + ------------------------------------------------------------------- Sat Apr 28 18:14:50 UTC 2012 - msuman@gnome.org diff --git a/python-rdflib.spec b/python-rdflib.spec index 6015891..dd4668a 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -27,6 +27,8 @@ Source: rdflib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-xml +# term.py:from isodate import parse_time, parse_date, parse_datetime +Requires: python-isodate %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110