projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562158a
)
dev-python/cloudlib: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Jan 2020 10:35:38 +0000
(11:35 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:24 +0000
(10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cloudlib/cloudlib-0.5.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cloudlib/cloudlib-0.5.0.ebuild
b/dev-python/cloudlib/cloudlib-0.5.0.ebuild
index a20cff43c2aa2a5ef6254c7a3bf0b71fdd496c88..32b98be82734c8bba1c0fc9791c162ef75cb3488 100644
(file)
--- a/
dev-python/cloudlib/cloudlib-0.5.0.ebuild
+++ b/
dev-python/cloudlib/cloudlib-0.5.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python
2_7 python
3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1