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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 847CA15808B for ; Thu, 10 Feb 2022 14:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B86E0AF1; Thu, 10 Feb 2022 14:19:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F333E0AF1 for ; Thu, 10 Feb 2022 14:19:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78052343117 for ; Thu, 10 Feb 2022 14:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030BE287 for ; Thu, 10 Feb 2022 14:19:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1644502777.3ac5197b4812299e0ec7838ec7ff55fb6f7664b8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/radicale/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/radicale/radicale-2.1.12-r1.ebuild www-apps/radicale/radicale-3.0.6-r4.ebuild www-apps/radicale/radicale-3.1.4.ebuild X-VCS-Directories: www-apps/radicale/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3ac5197b4812299e0ec7838ec7ff55fb6f7664b8 X-VCS-Branch: master Date: Thu, 10 Feb 2022 14:19:44 +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: 573b3626-808a-4559-948a-9c32c834e162 X-Archives-Hash: 864f5b3c0cee90fe7a5384ca73c1df42 commit: 3ac5197b4812299e0ec7838ec7ff55fb6f7664b8 Author: Henning Schild hennsch de> AuthorDate: Sun Feb 6 19:43:06 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 10 14:19:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac5197b www-apps/radicale: add missing RDEPENDS on setuptools Closes: https://bugs.gentoo.org/811117 Signed-off-by: Henning Schild hennsch.de> Signed-off-by: Joonas Niilola gentoo.org> www-apps/radicale/radicale-2.1.12-r1.ebuild | 3 ++- www-apps/radicale/radicale-3.0.6-r4.ebuild | 3 ++- www-apps/radicale/radicale-3.1.4.ebuild | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/www-apps/radicale/radicale-2.1.12-r1.ebuild b/www-apps/radicale/radicale-2.1.12-r1.ebuild index 2c588c49f493..5d65b912db3b 100644 --- a/www-apps/radicale/radicale-2.1.12-r1.ebuild +++ b/www-apps/radicale/radicale-2.1.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -25,6 +25,7 @@ RDEPEND=" acct-group/radicale >=dev-python/vobject-0.9.6[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.7.3[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] sys-apps/util-linux bcrypt? ( dev-python/bcrypt[${PYTHON_USEDEP}] diff --git a/www-apps/radicale/radicale-3.0.6-r4.ebuild b/www-apps/radicale/radicale-3.0.6-r4.ebuild index 3ddd634a15ff..7bd60a17f4ad 100644 --- a/www-apps/radicale/radicale-3.0.6-r4.ebuild +++ b/www-apps/radicale/radicale-3.0.6-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ RDEPEND=" dev-python/passlib[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] sys-apps/util-linux " diff --git a/www-apps/radicale/radicale-3.1.4.ebuild b/www-apps/radicale/radicale-3.1.4.ebuild index de12724cd7bf..113b188e44b1 100644 --- a/www-apps/radicale/radicale-3.1.4.ebuild +++ b/www-apps/radicale/radicale-3.1.4.ebuild @@ -25,6 +25,7 @@ RDEPEND=" dev-python/passlib[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] sys-apps/util-linux "