commit: 7718bcdde5781c0fbf99c2878554a6b9a58084ab Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Sat Mar 7 08:22:51 2026 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Mar 7 09:18:00 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7718bcdd
www-apps/radicale: add missing RDEPEND Since 3.6.0 dev-python/packaging is needed at runtime to deal with the whole passlib/libpass story. While we currently still enforce the "old" dev-python/passlib radicale still carries code for a runtime check. Closes: https://bugs.gentoo.org/970966 Signed-off-by: Henning Schild <henning <AT> hennsch.de> Part-of: https://codeberg.org/gentoo/gentoo/pulls/239 Merges: https://codeberg.org/gentoo/gentoo/pulls/239 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> www-apps/radicale/{radicale-3.6.0.ebuild => radicale-3.6.0-r1.ebuild} | 1 + www-apps/radicale/{radicale-3.6.1.ebuild => radicale-3.6.1-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/www-apps/radicale/radicale-3.6.0.ebuild b/www-apps/radicale/radicale-3.6.0-r1.ebuild similarity index 98% rename from www-apps/radicale/radicale-3.6.0.ebuild rename to www-apps/radicale/radicale-3.6.0-r1.ebuild index 5daa41e402ad..b95bb5798001 100644 --- a/www-apps/radicale/radicale-3.6.0.ebuild +++ b/www-apps/radicale/radicale-3.6.0-r1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=acct-user/radicale-0-r2 acct-group/radicale dev-python/defusedxml[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] dev-python/passlib[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}] sys-apps/util-linux diff --git a/www-apps/radicale/radicale-3.6.1.ebuild b/www-apps/radicale/radicale-3.6.1-r1.ebuild similarity index 98% rename from www-apps/radicale/radicale-3.6.1.ebuild rename to www-apps/radicale/radicale-3.6.1-r1.ebuild index 49a4e09f862a..a5c2e8e449f7 100644 --- a/www-apps/radicale/radicale-3.6.1.ebuild +++ b/www-apps/radicale/radicale-3.6.1-r1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=acct-user/radicale-0-r2 acct-group/radicale dev-python/defusedxml[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] dev-python/passlib[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}] sys-apps/util-linux
