diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 20:47:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 21:20:48 +0200 |
commit | e88b5de39696a25f4e6f62159daccee3dacc0151 (patch) | |
tree | b9ff48aa750007fd11f0ac01dfffbff08c9e23d3 /dev-python | |
parent | dev-libs/nanomsg: version bump to 1.1.4 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild | 2 |
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" |