From 54cbc0acc257001068cfadb7e15b3aa2a909afcdcebe9f9fa7e784cc3d0be5f9 Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Mon, 6 Dec 2010 13:34:56 +0000 Subject: [PATCH] - Fixed bnc#657698: Removed dependency of pyxml OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=28 --- python-lxml.changes | 5 +++++ python-lxml.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-lxml.changes b/python-lxml.changes index 4abb8af..1c328c2 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 6 13:33:31 UTC 2010 - toms@suse.de + +- Fixed bnc#657698: Removed dependency of pyxml + ------------------------------------------------------------------- Thu Sep 2 14:46:19 UTC 2010 - alexandre@exatati.com.br diff --git a/python-lxml.spec b/python-lxml.spec index 9f15b82..e40999c 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -20,7 +20,7 @@ Name: python-lxml Version: 2.2.8 -Release: 1 +Release: 2 License: BSD3c Summary: A Pythonic Binding for the libxml2 and libxslt Libraries Url: http://codespeak.net/lxml @@ -32,8 +32,8 @@ Source2: %{name}-rpmlintrc BuildRequires: libxslt-devel BuildRequires: pyrex BuildRequires: python-devel -BuildRequires: pyxml -Requires: pyxml +# BuildRequires: pyxml +# Requires: pyxml BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} # Use test as told in http://lists.opensuse.org/opensuse-packaging/2009-08/msg00110.html