From 27e517185045cbd8122c962cd3ba2654a192e891 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Tue, 28 Dec 2021 15:58:17 +0200 Subject: [PATCH] net-misc/maestral-qt: fix a dependency Signed-off-by: Viorel Munteanu --- net-misc/maestral-qt/maestral-qt-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild b/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild index 7bd53dd618..a3cebc491e 100644 --- a/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild @@ -19,7 +19,7 @@ DEPEND=" >=dev-python/click-8.0.2[${PYTHON_USEDEP}] dev-python/markdown2[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] - >=dev-python/PyQt5-5.9[${PYTHON_USEDEP}] + >=dev-python/PyQt5-5.9[widgets,gui,${PYTHON_USEDEP}] ~net-misc/maestral-${PV}[${PYTHON_USEDEP}] python_targets_python3_8? ( dev-python/importlib_resources ) "