diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-06 17:36:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-06 17:42:11 +0200 |
commit | 517774cfea8f8f160462e5c79fb3f6fde5464920 (patch) | |
tree | a4d335a7f88f0d03b3d97ead6f4d32aef98a4d25 /dev-python | |
parent | dev-python/feedparser: Remove py2 (diff) | |
download | gentoo-517774cfea8f8f160462e5c79fb3f6fde5464920.tar.gz gentoo-517774cfea8f8f160462e5c79fb3f6fde5464920.tar.bz2 gentoo-517774cfea8f8f160462e5c79fb3f6fde5464920.zip |
dev-python/gntp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gntp/gntp-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gntp/gntp-1.0.3.ebuild b/dev-python/gntp/gntp-1.0.3.ebuild index 200b45fbc221..0334779bffeb 100644 --- a/dev-python/gntp/gntp-1.0.3.ebuild +++ b/dev-python/gntp/gntp-1.0.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |