diff --git a/python-lxml.spec b/python-lxml.spec index 0da7564..12d6edc 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -6,7 +6,7 @@ Name: python-lxml Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -28,6 +28,8 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %endif +Requires: python-cssselect + %description lxml provides a Python binding to the libxslt and libxml2 libraries. It follows the ElementTree API as much as possible in order to provide @@ -123,6 +125,9 @@ rm -rf %{buildroot} %endif %changelog +* Wed Sep 18 2013 Jeffrey Ollie - 3.2.3-2 +- Add requirement for on python-cssselect for the python2 version + * Sun Jul 28 2013 Jeffrey Ollie - 3.2.3-1 - and here's a version 3.2.3. The last release accidentally lost the ability - to work on Python 2.4. There are no other changes over 3.2.2.