summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 08:02:34 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 08:08:48 +0100
commit009cd423e3ec35b6c53cc8c471490a9638e05537 (patch)
tree675ad505c5e73e2b005ef4db81a35451ec408da5 /dev-python/yappi/yappi-1.0.ebuild
parentdev-python/xvfbwrapper: Remove py2 (diff)
downloadgentoo-009cd423e3ec35b6c53cc8c471490a9638e05537.tar.gz
gentoo-009cd423e3ec35b6c53cc8c471490a9638e05537.tar.bz2
gentoo-009cd423e3ec35b6c53cc8c471490a9638e05537.zip
dev-python/yappi: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/yappi/yappi-1.0.ebuild')
-rw-r--r--dev-python/yappi/yappi-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/yappi/yappi-1.0.ebuild b/dev-python/yappi/yappi-1.0.ebuild
index 9da154dabb7e..05de5b9581f0 100644
--- a/dev-python/yappi/yappi-1.0.ebuild
+++ b/dev-python/yappi/yappi-1.0.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
DESCRIPTION="Yet Another Python Profiler"