projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c7c99
)
dev-python/osprofiler: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Jan 2020 10:37:15 +0000
(11:37 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:50 +0000
(10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/osprofiler/osprofiler-2.6.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/osprofiler/osprofiler-2.6.0.ebuild
b/dev-python/osprofiler/osprofiler-2.6.0.ebuild
index 79b263c63568c00cb5877f803fed68e67d885931..bd5a2632fec978b5de4e90ef0eace9f771810ef7 100644
(file)
--- a/
dev-python/osprofiler/osprofiler-2.6.0.ebuild
+++ b/
dev-python/osprofiler/osprofiler-2.6.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1