diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 12:24:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 12:24:45 +0100 |
commit | 0d0321876de5722bd516dd6540eddca3330af9a4 (patch) | |
tree | 8cf41dcf159f0f2cc9b3cb39cff0f9fb0d7a22f3 /dev-python/meteo-qt | |
parent | c6c99bab7b9fcd608fc85c41313aa4062b3cb3cc (diff) |
dev-python/meteo-qt : revision bump, add python3.7 COMPAT
Diffstat (limited to 'dev-python/meteo-qt')
-rw-r--r-- | dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild (renamed from dev-python/meteo-qt/meteo-qt-0.9.9.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/meteo-qt/meteo-qt-0.9.9.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild index 0123b6d0..096f6b44 100644 --- a/dev-python/meteo-qt/meteo-qt-0.9.9.ebuild +++ b/dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit distutils-r1 |