From ebcbb9f45351d8aaca04cefd4af1d068d2d1d1af Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 19 Apr 2011 00:55:08 -0300 Subject: [PATCH] debian: added python-w3lib package to dependencies --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 345201f84..3ad8de3c7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://scrapy.org/ Package: scrapy-SUFFIX Architecture: all -Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl +Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl, python-w3lib Conflicts: python-scrapy, scrapy, scrapy-0.11 Provides: python-scrapy, scrapy Description: Python web crawling and scraping framework