debian/control: added python-setuptools to Recommends, because it's need by 'scrapy deploy' command

This commit is contained in:
Pablo Hoffman 2011-05-01 11:00:02 -03:00
parent d08281a44f
commit 718428c0ab
1 changed files with 1 additions and 0 deletions

1
debian/control vendored
View File

@ -9,6 +9,7 @@ Homepage: http://scrapy.org/
Package: scrapy-SUFFIX
Architecture: all
Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl, python-w3lib
Recommends: python-setuptools
Conflicts: python-scrapy, scrapy, scrapy-0.11
Provides: python-scrapy, scrapy
Description: Python web crawling and scraping framework