dev-python/QtPy: add missing mock dep

Closes: https://bugs.gentoo.org/790809
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-18 15:39:57 +02:00
parent 18a394d6d1
commit 77ad0e85e6

View File

@@ -29,6 +29,7 @@ RDEPEND="
# is available and all tests are run.
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/PyQt5[${PYTHON_USEDEP},bluetooth,dbus,declarative,designer,gui,help,location,multimedia,network,networkauth,opengl,positioning,printsupport,sensors,serialport,sql,ssl,svg,testlib,webchannel,webkit,websockets,widgets,x11extras,xml(+),xmlpatterns]
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
)"