cssselect

This commit is contained in:
Jeffrey C. Ollie 2014-03-24 10:20:30 -05:00
parent 789f01d7e3
commit 6c681be7e9

View File

@ -6,7 +6,7 @@
Name: python-lxml Name: python-lxml
Version: 3.3.3 Version: 3.3.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
@ -21,14 +21,19 @@ BuildRequires: libxslt-devel
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: python-cssselect
BuildRequires: Cython >= 0.20 BuildRequires: Cython >= 0.20
Requires: python-cssselect
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cssselect
Requires: python3-cssselect
%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.
@ -148,6 +153,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Mon Mar 24 2014 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.3-2
- BZ#1075070 add requires and buildrequires for cssselect
* Tue Mar 11 2014 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.3-1 * Tue Mar 11 2014 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.3-1
- 3.3.3 (2014-03-04) - 3.3.3 (2014-03-04)
- ================== - ==================