summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:02:00 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 07:16:15 +0100
commit2053d22bf7f100fe98085f7c75257cc6e7f9963c (patch)
tree939188cc35f9f120bcfecb5de8e064b93781fb49
parentdev-python/simplekml: Remove py2 (diff)
downloadgentoo-2053d22bf7f100fe98085f7c75257cc6e7f9963c.tar.gz
gentoo-2053d22bf7f100fe98085f7c75257cc6e7f9963c.tar.bz2
gentoo-2053d22bf7f100fe98085f7c75257cc6e7f9963c.zip
dev-python/smmap2: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/smmap2/smmap2-2.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/smmap2/smmap2-2.0.3.ebuild b/dev-python/smmap2/smmap2-2.0.3.ebuild
index f1bdf999cb60..4a29653bfc62 100644
--- a/dev-python/smmap2/smmap2-2.0.3.ebuild
+++ b/dev-python/smmap2/smmap2-2.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1