From 70dda47e3b33ebc432131aa65e6cb3f17b7c2eb3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Aug 2017 21:57:22 +0300 Subject: Fix: downgrade python(-all) versioned deps --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d28b36a..f06b5d6 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Priority: optional Standards-Version: 3.9.8 Build-Depends: debhelper (>= 9), python-all (>= 2.7~), - python3-all (>= 3.5~), + python3-all (>= 3.4~), python-coverage-test-runner, python3-coverage-test-runner, pep8, @@ -27,7 +27,7 @@ Homepage: http://liw.fi/cliapp/ Package: python3-cliapp Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python3 (>= 3.5), python3-yaml +Depends: ${python3:Depends}, ${misc:Depends}, python3 (>= 3.4), python3-yaml Suggests: python3-xdg Description: Python framework for Unix command line programs cliapp makes it easier to write typical Unix command line programs, -- cgit v1.2.1