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 07951158086 for ; Mon, 27 Dec 2021 14:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C1C2BC093; Mon, 27 Dec 2021 14:44:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3F212BC086 for ; Mon, 27 Dec 2021 14:44:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C29D1342EF9 for ; Mon, 27 Dec 2021 14:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE091274 for ; Mon, 27 Dec 2021 14:44:01 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1640439176.eebfdb95e998203020e51f8121beec4d0bde23c2.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: eebfdb95e998203020e51f8121beec4d0bde23c2 X-VCS-Branch: master Date: Mon, 27 Dec 2021 14:44:01 +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: 22b96674-8434-4b80-bd5c-9c1c52c97ebc X-Archives-Hash: 45838184b89fa1c3ee6b4827a6995e21 commit: eebfdb95e998203020e51f8121beec4d0bde23c2 Author: Viorel Munteanu gmail com> AuthorDate: Sat Dec 25 13:32:56 2021 +0000 Commit: Florian Schmaus gentoo 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 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/watchdog-2.0.1[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] python_targets_python3_8? ( dev-python/importlib_metadata[${PYTHON_USEDEP}] ) " RDEPEND="${DEPEND}"