mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -26,6 +26,9 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
')
|
||||
doc? (
|
||||
app-text/doxygen
|
||||
dev-python/docutils
|
||||
|
||||
Reference in New Issue
Block a user