commit: c81a3b67d247329e3e725e5c7a46b78492fe4600 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jan 16 22:05:34 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Jan 16 22:05:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81a3b67
dev-python/pytest-qt: also use dep on PyQt[testlib], bug #644816 Closes: https://bugs.gentoo.org/644816 Package-Manager: Portage-2.3.13, Repoman-2.3.3 .../pytest-qt/{pytest-qt-2.3.0-r1.ebuild => pytest-qt-2.3.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild similarity index 94% rename from dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild rename to dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild index cbbfd24fc3d..317a66593a4 100644 --- a/dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild +++ b/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild @@ -17,7 +17,7 @@ IUSE="doc" RDEPEND=" >=dev-python/pytest-2.7.0[${PYTHON_USEDEP}] - dev-python/PyQt5[gui] + dev-python/PyQt5[gui,testlib,${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-py3doc-enhanced-theme[${PYTHON_USEDEP}]
