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

dev-python/requests-cache/requests-cache-0.4.12.ebuild

index 4955a22abf458f025d3f0484d854925a5ceffdfb..d2cbcf8ca088d5d2d39854f4d4504ec5d2209708 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1