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