From f21b56086978a8e5c33ea347f20eee3f8641c29f6c86e420312b8c71bad165e5 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 7 Feb 2014 13:06:06 +0000 Subject: [PATCH] - Require python-cssselect, it was refactored into a standalone module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=69 --- python-lxml.changes | 5 +++++ python-lxml.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-lxml.changes b/python-lxml.changes index 0a8e04c..6b5467b 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 13:05:42 UTC 2014 - speilicke@suse.com + +- Require python-cssselect, it was refactored into a standalone module + ------------------------------------------------------------------- Fri Jan 31 14:22:51 UTC 2014 - speilicke@suse.com diff --git a/python-lxml.spec b/python-lxml.spec index 9017e4a..3aeea63 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -29,6 +29,7 @@ BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: python-Cython >= 0.20 BuildRequires: python-devel +Requires: python-cssselect BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}