summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-01-16 17:05:34 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-01-16 17:05:34 -0500
commitc81a3b67d247329e3e725e5c7a46b78492fe4600 (patch)
treec10744ac5e4cc3220558b46cb1524ca4733dd0d1
parentnet-misc/curl: add support for brotli (diff)
downloadgentoo-c81a3b67d247329e3e725e5c7a46b78492fe4600.tar.gz
gentoo-c81a3b67d247329e3e725e5c7a46b78492fe4600.tar.bz2
gentoo-c81a3b67d247329e3e725e5c7a46b78492fe4600.zip
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
-rw-r--r--dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild (renamed from dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
index cbbfd24fc3d7..317a66593a46 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}]