From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1188158087 for ; Sun, 9 Jan 2022 11:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3E0F2BC02B; Sun, 9 Jan 2022 11:32:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 523012BC04F for ; Sun, 9 Jan 2022 11:32:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81F59342FE8 for ; Sun, 9 Jan 2022 11:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC8D0296 for ; Sun, 9 Jan 2022 11:32:22 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1641727792.0bc08474349f019ef4ddd5c1a6f839efce074f5f.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral/maestral-1.5.2.ebuild X-VCS-Directories: net-misc/maestral/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 0bc08474349f019ef4ddd5c1a6f839efce074f5f X-VCS-Branch: dev Date: Sun, 9 Jan 2022 11:32:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4aa79e9-5fb7-49be-a40a-68ed1105cbe1 X-Archives-Hash: 43553aeafa99140bbd1733a19acd62c3 commit: 0bc08474349f019ef4ddd5c1a6f839efce074f5f Author: Viorel Munteanu gmail com> AuthorDate: Sun Jan 9 11:29:52 2022 +0000 Commit: Viorel Munteanu gmail 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 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}] ) "