summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 11:19:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 11:19:43 +0200
commit5c41ca34cc1ffc30903671db648aabc8bebd138a (patch)
treef873b27145ba9c5d96589568b81c16db1c1471d3
parentdev-python/pytoml: Remove py2.7 (diff)
downloadgentoo-5c41ca34cc1ffc30903671db648aabc8bebd138a.tar.gz
gentoo-5c41ca34cc1ffc30903671db648aabc8bebd138a.tar.bz2
gentoo-5c41ca34cc1ffc30903671db648aabc8bebd138a.zip
dev-python/pywavelets: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pywavelets/pywavelets-0.5.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pywavelets/pywavelets-0.5.2-r1.ebuild b/dev-python/pywavelets/pywavelets-0.5.2-r1.ebuild
index f5b815f20181..81caeeed13af 100644
--- a/dev-python/pywavelets/pywavelets-0.5.2-r1.ebuild
+++ b/dev-python/pywavelets/pywavelets-0.5.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1