summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 20:47:47 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 21:20:48 +0200
commite88b5de39696a25f4e6f62159daccee3dacc0151 (patch)
treeb9ff48aa750007fd11f0ac01dfffbff08c9e23d3 /dev-python/pytest-qt
parentdev-libs/nanomsg: version bump to 1.1.4 (diff)
downloadgentoo-e88b5de39696a25f4e6f62159daccee3dacc0151.tar.gz
gentoo-e88b5de39696a25f4e6f62159daccee3dacc0151.tar.bz2
gentoo-e88b5de39696a25f4e6f62159daccee3dacc0151.zip
dev-python/pytest-qt: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/pytest-qt')
-rw-r--r--dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild
index faf751eebf8a..a62c2f52ae2b 100644
--- a/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild
+++ b/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild
@@ -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"