mirror of https://github.com/scrapy/scrapy.git
debian package requires python-cssselect
This commit is contained in:
parent
247b2ad596
commit
bd79b6e1d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue