dev-python/pytest-qt: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 18:47:47 +0000 (20:47 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:20:48 +0000 (21:20 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild

index faf751eebf8a08ccc141b1f223546eb531a4dff5..a62c2f52ae2b3c548bcab0deb956f05e13545ac9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="pytest plugin for PyQt4 or PyQt5 applications"