commit: eebfdb95e998203020e51f8121beec4d0bde23c2
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sat Dec 25 13:32:56 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec 25 13:32:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eebfdb95
net-misc/maestral: fix deps
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
net-misc/maestral/maestral-1.5.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-misc/maestral/maestral-1.5.2.ebuild
b/net-misc/maestral/maestral-1.5.2.ebuild
index 7014da6d5..015e1e278 100644
--- a/net-misc/maestral/maestral-1.5.2.ebuild
+++ b/net-misc/maestral/maestral-1.5.2.ebuild
@@ -29,10 +29,11 @@ DEPEND="
>=dev-python/Pyro5-5.10[${PYTHON_USEDEP}]
>=dev-python/requests-2.6.2[${PYTHON_USEDEP}]
>=dev-python/sdnotify-0.3.2[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/setuptools-41.0.0[${PYTHON_USEDEP}]
>=dev-python/survey-3.4.3[${PYTHON_USEDEP}]
<dev-python/survey-4.0.0[${PYTHON_USEDEP}]
>=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
python_targets_python3_8? (
dev-python/importlib_metadata[${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"