Put a minimal version constraint for python-six.

This is needed for backports to pull from jessie-backports instead of jessie.
This commit is contained in:
Mathias Behrle 2017-01-31 12:34:05 +01:00
parent 6287da25cb
commit fd71ad4720
1 changed files with 2 additions and 2 deletions

4
debian/control vendored
View File

@ -23,7 +23,7 @@ Build-Depends:
python-requests,
python-requests-mock,
python-setuptools,
python-six,
python-six (>= 1.9.0-3~),
python-tz,
python3,
python3-appdirs,
@ -60,7 +60,7 @@ Depends:
python-pkg-resources,
python-requests,
python-setuptools,
python-six,
python-six (>= 1.9.0-3~),
python-tz,
${misc:Depends},
${python:Depends},