commit: fc8bc62abfb1fba145673509b2a76e5af6e64d5c Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Nov 21 12:01:47 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Nov 21 12:01:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc8bc62a
dev-python/PyQt5-stubs: fix tests Closes: https://bugs.gentoo.org/916605 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/PyQt5-stubs/PyQt5-stubs-5.15.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt5-stubs/PyQt5-stubs-5.15.2.0.ebuild b/dev-python/PyQt5-stubs/PyQt5-stubs-5.15.2.0.ebuild index 34a35d63e3..b916a46b02 100644 --- a/dev-python/PyQt5-stubs/PyQt5-stubs-5.15.2.0.ebuild +++ b/dev-python/PyQt5-stubs/PyQt5-stubs-5.15.2.0.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64" DEPEND="test? ( dev-python/mypy[${PYTHON_USEDEP}] - dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},widgets] ) "
