summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:36:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:52:50 +0100
commite57801ca7ff65036fdd98331fc9f0541440e1572 (patch)
tree34abd50d7e391f62f0e0403e2fa49acc8dc46a02 /dev-python/munch/munch-2.3.2.ebuild
parentdev-python/multipledispatch: Remove py2 (diff)
downloadgentoo-e57801ca7ff65036fdd98331fc9f0541440e1572.tar.gz
gentoo-e57801ca7ff65036fdd98331fc9f0541440e1572.tar.bz2
gentoo-e57801ca7ff65036fdd98331fc9f0541440e1572.zip
dev-python/munch: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/munch/munch-2.3.2.ebuild')
-rw-r--r--dev-python/munch/munch-2.3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/munch/munch-2.3.2.ebuild b/dev-python/munch/munch-2.3.2.ebuild
index dd72180cda06..f3b03120e566 100644
--- a/dev-python/munch/munch-2.3.2.ebuild
+++ b/dev-python/munch/munch-2.3.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1