add cssselect requirement

This commit is contained in:
Jeffrey C. Ollie 2013-09-18 12:42:19 -05:00
parent ad42ed91ae
commit d1aad45540
1 changed files with 6 additions and 1 deletions

View File

@ -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 <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
- 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.