dev-python/tempest-lib: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:10:23 +0000 (20:10 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:10:23 +0000 (20:10 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/tempest-lib/tempest-lib-1.0.0.ebuild

index 34dee3bfdd70813dee8b4c0f6626fb7884833fd7..a011f7cd8106102034f0a5769bbda95ca1f9a742 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=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1