diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-07 16:11:50 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-07 16:11:50 +0100 |
commit | 4609dd98b46a0544f7169f8bdb3dc292e5b8c408 (patch) | |
tree | 9f967fb28c86f85eb99b500940e7ec70b5dd92e8 /debian/control | |
parent | 83be359c486b3b115fe3d777002283265b671557 (diff) | |
download | ayatana-settings-4609dd98b46a0544f7169f8bdb3dc292e5b8c408.tar.gz ayatana-settings-4609dd98b46a0544f7169f8bdb3dc292e5b8c408.tar.bz2 ayatana-settings-4609dd98b46a0544f7169f8bdb3dc292e5b8c408.zip |
debian/control: Be happy with Python 3.6 (instead of 3.8).
Diffstat (limited to 'debian/control')
-rwxr-xr-x | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c5a23c3..ad22b77 100755 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: ayatana-settings Section: admin Priority: optional Maintainer: Robert Tari <robert@tari.in> -Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.8), python3-setuptools, python3-polib +Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.6), python3-setuptools, python3-polib Standards-Version: 4.5.0 Homepage: https://github.com/AyatanaIndicators/ayatana-settings Vcs-Git: https://github.com/AyatanaIndicators/ayatana-settings Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-settings -X-Python3-Version: >= 3.8 +X-Python3-Version: >= 3.6 Package: ayatana-settings Architecture: all |