diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:02:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:15 +0100 |
commit | 2053d22bf7f100fe98085f7c75257cc6e7f9963c (patch) | |
tree | 939188cc35f9f120bcfecb5de8e064b93781fb49 /dev-python/smmap2 | |
parent | dev-python/simplekml: Remove py2 (diff) | |
download | gentoo-2053d22bf7f100fe98085f7c75257cc6e7f9963c.tar.gz gentoo-2053d22bf7f100fe98085f7c75257cc6e7f9963c.tar.bz2 gentoo-2053d22bf7f100fe98085f7c75257cc6e7f9963c.zip |
dev-python/smmap2: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/smmap2')
-rw-r--r-- | dev-python/smmap2/smmap2-2.0.3.ebuild | 2 |
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 |