app-misc/anki: add missing bdep dev-python/gpep517

This ebuild uses distutils_wheel_install but sets DISTUTILS_PEP517=no
which means we need to add the build-time dependency ourselves.

Fixes: e6b81091d5
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Part-of: https://github.com/gentoo/gentoo/pull/42917
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Lucio Sauer
2025-06-07 22:12:23 +02:00
committed by Sam James
parent a45888ffd8
commit e2be7d474c

View File

@@ -104,6 +104,7 @@ BDEPEND="
>=net-libs/nodejs-20.12.1
sys-apps/yarn
$(python_gen_cond_dep '
>=dev-python/gpep517-16[${PYTHON_USEDEP}]
dev-python/pyqt6[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
')