aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2021-12-29 14:03:57 +0200
committerViorel Munteanu <ceamac.paragon@gmail.com>2021-12-29 14:07:23 +0200
commitbc9a02ce0bc319cc2b2d7e236ae20f9b9cac91d5 (patch)
tree6c3ac12d339ad4722fb4656b3e17ca642f3ca285
parentdev-python/stone: fix deps (diff)
downloadguru-bc9a02ce.tar.gz
guru-bc9a02ce.tar.bz2
guru-bc9a02ce.zip
net-misc/maestral-qt: fix deps
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
-rw-r--r--net-misc/maestral-qt/maestral-qt-1.5.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 c04931b07a..918df6d175 100644
--- a/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild
+++ b/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild
@@ -21,7 +21,7 @@ DEPEND="
dev-python/packaging[${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 )
+ $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
"
RDEPEND="${DEPEND}"
BDEPEND=""