dev-python/os-brick: readd py36 support
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 04:43:04 +0000 (23:43 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 05:08:11 +0000 (00:08 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/os-brick/os-brick-2.8.1.ebuild

index 51c48d82f50ae8d46f03e797df05c0daeb3814d7..e1efccfd3c14e9ba10572992dc2f954221132518 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,7} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1