diff options
author | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:31:48 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:32:15 -0500 |
commit | 9073ca9d47181af723fdd2a64e955b6cad8f0b71 (patch) | |
tree | 1778090f9f0358ec1e5b0595f8be1153fd2221ad | |
parent | 422e553cc54150fed7296161fcd3f41cc6179564 (diff) |
explicitly depend on python3
otherwise the build fails on stretch, somehow
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index c57bd36..02f91c7 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 10), dh-python, intltool, + python3, python3-all, python3-setuptools, python3-xdg |