From e06f0bc997878ec1d5741d2e677b239c7a86bc66 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 26 Mar 2014 14:24:15 -0500 Subject: [PATCH] Add python3-cssselect requirement to correct package --- python-lxml.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index a7b1045..77f2951 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -35,8 +35,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %if 0%{?with_python3_cssselect} BuildRequires: python3-cssselect - -Requires: python3-cssselect %endif %endif @@ -60,6 +58,9 @@ This package provides the documentation for %{name}, e.g. the API as html. %package -n python3-lxml Summary: ElementTree-like Python 3 bindings for libxml2 and libxslt Group: Development/Libraries +%if 0%{?with_python3_cssselect} +Requires: python3-cssselect +%endif %description -n python3-lxml lxml provides a Python 3 binding to the libxslt and libxml2 libraries. @@ -158,6 +159,9 @@ rm -rf %{buildroot} %endif %changelog +* Wed Mar 26 2014 Jeffrey Ollie - 3.3.3-3 +- Add python3-cssselect to correct package + * Mon Mar 24 2014 Jeffrey Ollie - 3.3.3-3 - python3-cssselect is not available on F19