summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-07 00:09:37 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-07 13:10:52 +0200
commitf34fc673cbae5488d9ebdf05918baebcbdb1e04b (patch)
tree1f255be71631e2a663a89641c25d29f33f567630 /dev-python/pyprof2calltree
parentapp-misc/tmux: fix shift-f5 keybinding (diff)
downloadgentoo-f34fc673cbae5488d9ebdf05918baebcbdb1e04b.tar.gz
gentoo-f34fc673cbae5488d9ebdf05918baebcbdb1e04b.tar.bz2
gentoo-f34fc673cbae5488d9ebdf05918baebcbdb1e04b.zip
dev-python/pyprof2calltree: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r--dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild
index 5b5cbe820dbc..a979232643d7 100644
--- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild
+++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="convert python profile data to kcachegrind calltree form"