commit: 0bc08474349f019ef4ddd5c1a6f839efce074f5f
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Jan 9 11:29:52 2022 +0000
Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Jan 9 11:29:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bc08474
net-misc/maestral: rewrite deps
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
net-misc/maestral/maestral-1.5.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-misc/maestral/maestral-1.5.2.ebuild
b/net-misc/maestral/maestral-1.5.2.ebuild
index f9a6c3ad9..1aa2dd9e9 100644
--- a/net-misc/maestral/maestral-1.5.2.ebuild
+++ b/net-misc/maestral/maestral-1.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="
+RDEPEND="
>=dev-python/click-8.0.2[${PYTHON_USEDEP}]
>=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}]
>=dev-python/dropbox-sdk-python-10.9.0[${PYTHON_USEDEP}]
@@ -35,7 +35,6 @@ DEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]'
python3_8)
"
-RDEPEND="${DEPEND}"
BDEPEND="
test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )
"