summaryrefslogtreecommitdiff
path: root/dev-python/pyprof2calltree
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 08:15:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 08:15:21 +0000
commit933759f3fcaf3d378991b18fa19eead3812b1be0 (patch)
tree8f8ea9741d0ae59c2f259bb14883e82b82845188 /dev-python/pyprof2calltree
parent67cc0c8a207d2a9316edac78aecfb1de6259169d (diff)
downloadbaldeagleos-repo-933759f3fcaf3d378991b18fa19eead3812b1be0.tar.gz
baldeagleos-repo-933759f3fcaf3d378991b18fa19eead3812b1be0.tar.xz
baldeagleos-repo-933759f3fcaf3d378991b18fa19eead3812b1be0.zip
Adding metadata
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r--dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild
index a979232643d7..03ee817b96d5 100644
--- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild
+++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
DESCRIPTION="convert python profile data to kcachegrind calltree form"