From aceec3688def2d285075857c66f0765fa06f33e0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 11 Jun 2024 00:45:26 +0100 Subject: [PATCH] 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 --- 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 9f9616031a132..7f5898953e939 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