debian package requires python-cssselect

This commit is contained in:
Daniel Graña 2013-10-24 16:47:36 -02:00
parent 247b2ad596
commit bd79b6e1d3
1 changed files with 2 additions and 1 deletions

3
debian/control vendored
View File

@ -8,7 +8,8 @@ Homepage: http://scrapy.org/
Package: scrapy-SUFFIX
Architecture: all
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl, python-w3lib (>= 1.2), python-queuelib
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl,
python-w3lib (>= 1.2), python-queuelib, python-cssselect (>= 0.9)
Recommends: python-setuptools
Conflicts: python-scrapy, scrapy, scrapy-0.11
Provides: python-scrapy, scrapy