Skip to content

Commit ab64966

Browse files
Added "six>=1.5.2" to requirements
1 parent 4862a7d commit ab64966

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Source: scrapy-SUFFIX
22
Section: python
33
Priority: optional
44
Maintainer: Scrapinghub Team <[email protected]>
5-
Build-Depends: debhelper (>= 7.0.50), python (>=2.7), python-twisted, python-w3lib, python-lxml
5+
Build-Depends: debhelper (>= 7.0.50), python (>=2.7), python-twisted, python-w3lib, python-lxml, python-six (>=1.5.2)
66
Standards-Version: 3.8.4
77
Homepage: http://scrapy.org/
88

99
Package: scrapy-SUFFIX
1010
Architecture: all
1111
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl,
12-
python-w3lib (>= 1.2), python-queuelib, python-cssselect (>= 0.9)
12+
python-w3lib (>= 1.2), python-queuelib, python-cssselect (>= 0.9), python-six (>=1.5.2)
1313
Recommends: python-setuptools
1414
Conflicts: python-scrapy, scrapy, scrapy-0.11
1515
Provides: python-scrapy, scrapy

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def is_not_module(filename):
129129
'lxml',
130130
'pyOpenSSL',
131131
'cssselect>=0.9',
132+
'six>=1.5.2',
132133
]
133134

134135
setup(**setup_args)

0 commit comments

Comments
 (0)