From 1411746eb3d710708d8b99fb1ee1b23d6d158d271bad7212408372b6303e0db4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Sep 2011 11:00:29 +0000 Subject: [PATCH] - BuildRequire python-docutils instead of old docutils OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=4 --- python-flickrapi.changes | 5 +++++ python-flickrapi.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-flickrapi.changes b/python-flickrapi.changes index d07f39e..50dc8d0 100644 --- a/python-flickrapi.changes +++ b/python-flickrapi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 22 10:59:07 UTC 2011 - saschpe@suse.de + +- BuildRequire python-docutils instead of old docutils + ------------------------------------------------------------------- Wed Sep 21 09:14:44 UTC 2011 - saschpe@suse.de diff --git a/python-flickrapi.spec b/python-flickrapi.spec index 7f073fa..aad31d0 100644 --- a/python-flickrapi.spec +++ b/python-flickrapi.spec @@ -25,7 +25,7 @@ License: Python 2.5 license Group: Development/Libraries/Python Source: flickrapi-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: docutils +BuildRequires: python-docutils BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-xml