From bd79b6e1d3e13344b98c268ac738d4b0ed9a1ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 24 Oct 2013 16:47:36 -0200 Subject: [PATCH] debian package requires python-cssselect --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1f1aa9db8..9ecc061d7 100644 --- a/debian/control +++ b/debian/control @@ -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