From fd71ad4720c31105623b8f93165cae8912cbaac5 Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Tue, 31 Jan 2017 12:34:05 +0100 Subject: [PATCH] Put a minimal version constraint for python-six. This is needed for backports to pull from jessie-backports instead of jessie. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 5163435..99cbd52 100644 --- a/debian/control +++ b/debian/control @@ -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},