dev-python/oauthlib: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:56:33 +0000 (19:56 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:09:24 +0000 (20:09 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/oauthlib/oauthlib-1.0.3.ebuild

index ff23121c83e76260774aafa08cb949ee1e9b5a71..f8e03aec186c8908a7aecbb9693d6f7cf2733d6a 100644 (file)
@@ -1,9 +1,9 @@
-# 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,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1