projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c053299
)
dev-python/amqplib: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:28 +0000
(19:27 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:36 +0000
(19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/amqplib/amqplib-1.0.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/amqplib/amqplib-1.0.2-r1.ebuild
b/dev-python/amqplib/amqplib-1.0.2-r1.ebuild
index b47216fad4392e98d49a79f77e78288e48aae1aa..d8df3071520700b84f8215d139f2d958d3e92c5f 100644
(file)
--- a/
dev-python/amqplib/amqplib-1.0.2-r1.ebuild
+++ b/
dev-python/amqplib/amqplib-1.0.2-r1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python
{2_7,3_6}
)
+PYTHON_COMPAT=( python
3_6
)
inherit distutils-r1