debian: added python-w3lib package to dependencies

This commit is contained in:
Pablo Hoffman 2011-04-19 00:55:08 -03:00
parent b10f4fae35
commit ebcbb9f453
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -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