mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-python/standardwebhooks: fix deprecated build backend
Closes: https://bugs.gentoo.org/979160 Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -21,3 +21,11 @@ KEYWORDS="~amd64 ~arm64"
|
|||||||
|
|
||||||
EPYTEST_PLUGINS=()
|
EPYTEST_PLUGINS=()
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
distutils-r1_src_prepare
|
||||||
|
|
||||||
|
# fix build backend
|
||||||
|
# https://bugs.gentoo.org/979160
|
||||||
|
sed -i "/^build-backend = /s/:__legacy__//" pyproject.toml || die
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user