diff options
author | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:35:54 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:49:26 -0500 |
commit | 00d95c571e4920e2e3a94e0a2ad5cf90e723d6c7 (patch) | |
tree | 0430e82d79a73067e5d2b744136788596fcf2c88 /debian/control | |
parent | 040f8cc2b7be21bef1f9a2c6d6f381e7b980ed57 (diff) |
depend on the right Python version (3.4)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 02f91c7..815aa69 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: python3-setuptools, python3-xdg Standards-Version: 4.0.0 -X-Python3-Version: >= 3.6 +X-Python3-Version: >= 3.4 Homepage: https://damonlynch.net/rapid Vcs-Git: git://anonscm.debian.org/collab-maint/rapid-photo-downloader.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/rapid-photo-downloader.git |