commit: aceec3688def2d285075857c66f0765fa06f33e0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 23:45:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 23:46:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aceec368
media-libs/lensfun: bdepend on setuptools for distutils The Python handling here is a mess and the state of master is quite different, so just depend on setuptools for distutils here (not going to bother conditionalising it to py3.12, I don't see much point). Closes: https://bugs.gentoo.org/929638 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/lensfun/lensfun-0.3.4-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild index 9f9616031a13..7f5898953e93 100644 --- a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild +++ b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild @@ -26,6 +26,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') doc? ( app-text/doxygen dev-python/docutils
