[python-lxml/f19] Add python3-cssselect requirement to correct package

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Mar 26 19:24:42 UTC 2014


commit e06f0bc997878ec1d5741d2e677b239c7a86bc66
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Mar 26 14:24:15 2014 -0500

    Add python3-cssselect requirement to correct package

 python-lxml.spec |    8 ++++++--
 1 files 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 <jeff at ocjtech.us> - 3.3.3-3
+- Add python3-cssselect to correct package
+
 * Mon Mar 24 2014 Jeffrey Ollie <jeff at ocjtech.us> - 3.3.3-3
 - python3-cssselect is not available on F19
 


More information about the scm-commits mailing list