From 718428c0abd315d2171d6ffe49bd4cefda067eee Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 1 May 2011 11:00:02 -0300 Subject: [PATCH] debian/control: added python-setuptools to Recommends, because it's need by 'scrapy deploy' command --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 3ad8de3c7..fa407cc84 100644 --- a/debian/control +++ b/debian/control @@ -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