commit:     3ac5197b4812299e0ec7838ec7ff55fb6f7664b8
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Sun Feb  6 19:43:06 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <henning <AT> hennsch.de>
Signed-off-by: Joonas Niilola <juippis <AT> 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
 "
 

Reply via email to