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@gentoo.org>
This commit is contained in:
Sam James
2024-06-11 00:45:26 +01:00
parent 4c3b8a84a0
commit aceec3688d

View File

@@ -26,6 +26,9 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
')
doc? (
app-text/doxygen
dev-python/docutils