projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b1bf6
)
dev-python/slixmpp: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Apr 2020 10:11:52 +0000
(12:11 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Apr 2020 10:17:08 +0000
(12:17 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/slixmpp/slixmpp-1.4.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/slixmpp/slixmpp-1.4.2.ebuild
b/dev-python/slixmpp/slixmpp-1.4.2.ebuild
index 60a233b71f8ec60d5457993252d05a7a8b44e96d..8bdf1ef5c76937d31a525557deda14a9076a04e2 100644
(file)
--- a/
dev-python/slixmpp/slixmpp-1.4.2.ebuild
+++ b/
dev-python/slixmpp/slixmpp-1.4.2.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_
6
)
+PYTHON_COMPAT=( python3_
{6,7}
)
inherit distutils-r1