Accepting request 221238 from devel:languages:python

- Require python-cssselect, it was refactored into a standalone module

OBS-URL: https://build.opensuse.org/request/show/221238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2014-02-12 16:32:20 +00:00 committed by Git OBS Bridge
commit 227a9ee16e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 7 13:05:42 UTC 2014 - speilicke@suse.com
- Require python-cssselect, it was refactored into a standalone module
-------------------------------------------------------------------
Fri Jan 31 14:22:51 UTC 2014 - speilicke@suse.com

View File

@ -29,6 +29,7 @@ BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: python-Cython >= 0.20
BuildRequires: python-devel
Requires: python-cssselect
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}