From 78eb462b9a661f855e01002554d08decc7cf9cee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Mon, 3 Oct 2016 17:44:40 -0400
Subject: [PATCH] dh-python sets the variable only in latest versions

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 608eaff..386ff56 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9)
              , python-docutils
              , python-sphinx
              , python-sphinx-rtd-theme
-             , dh-python
+             , dh-python (>= 2.20160609~)
              , python-setuptools-scm
              , gnupg
 XS-Python-Version: >= 2.7
-- 
GitLab