mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]
|
||||
')
|
||||
|
||||
Reference in New Issue
Block a user