commit: 227d1da1ba3fd073b2e6cf339e1887993568f02a Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Mon Feb 17 21:13:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 19 11:04:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227d1da1
dev-python/versioningit: add RDEPEND to dev-vcs/git Python module calls git binary at runtime. See https://bugs.gentoo.org/949873. Closes: https://bugs.gentoo.org/949873 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/40626 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{versioningit-3.1.2.ebuild => versioningit-3.1.2-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/versioningit/versioningit-3.1.2.ebuild b/dev-python/versioningit/versioningit-3.1.2-r1.ebuild similarity index 94% rename from dev-python/versioningit/versioningit-3.1.2.ebuild rename to dev-python/versioningit/versioningit-3.1.2-r1.ebuild index eba49aa937e1..ff6cb6978b90 100644 --- a/dev-python/versioningit/versioningit-3.1.2.ebuild +++ b/dev-python/versioningit/versioningit-3.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,6 +23,7 @@ RDEPEND=" $(python_gen_cond_dep ' <dev-python/tomli-3[${PYTHON_USEDEP}] ' 3.10) + dev-vcs/git " BDEPEND=" test? (
