add cssselect requirement

This commit is contained in:
Jeffrey C. Ollie 2013-09-18 12:42:19 -05:00
parent ad42ed91ae
commit d1aad45540

View File

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