From 4a959f880b6e095f8cf2cbafb60dd915c1bc477e7757cb67e2b6e9fd47371e6a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 8 Sep 2011 09:38:35 +0000 Subject: [PATCH] - Added requirement for python-xml OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=2 --- python-unittest-xml-reporting.changes | 5 +++++ python-unittest-xml-reporting.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-unittest-xml-reporting.changes b/python-unittest-xml-reporting.changes index 2b6d69f..fcb5312 100644 --- a/python-unittest-xml-reporting.changes +++ b/python-unittest-xml-reporting.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 8 09:36:53 UTC 2011 - saschpe@suse.de + +- Added requirement for python-xml + ------------------------------------------------------------------- Thu Sep 8 09:10:24 UTC 2011 - saschpe@suse.de diff --git a/python-unittest-xml-reporting.spec b/python-unittest-xml-reporting.spec index 8f86a1a..26ddc02 100644 --- a/python-unittest-xml-reporting.spec +++ b/python-unittest-xml-reporting.spec @@ -26,6 +26,7 @@ Source: http://pypi.python.org/packages/source/u/unittest-xml-reporting/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +Requires: python-xml %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110