summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-19 21:57:22 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-19 21:57:22 +0300
commit70dda47e3b33ebc432131aa65e6cb3f17b7c2eb3 (patch)
treeb4a4137d53bfd0033a7c92ad87d79e66a88501c9
parent178d744ae28d69910d0bc5fcc79940b3a866003a (diff)
downloadcliapp-70dda47e3b33ebc432131aa65e6cb3f17b7c2eb3.tar.gz
Fix: downgrade python(-all) versioned deps
-rw-r--r--debian/control4
1 files 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,