dev-python/amqplib: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:04:10 +0000 (22:04 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:32:31 +0000 (22:32 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/amqplib/amqplib-1.0.2-r1.ebuild

index 4b11bc8dc954ffe4c034ee6ad84a88b89372721b..9089dbc95bfb0854be12fe83bb84fe5d256bf80c 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1