aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2022-05-31 09:16:13 +0200
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2022-05-31 09:17:02 +0200
commitdfc73e8c53991c73d39388a857ce7574f17913c0 (patch)
tree396f0fe8ece7c4b121de09c50777c05b662b1e47
parentsci-mathematics/frama-c: fix CFLAGS replacement (diff)
downloadguru-dfc73e8c.tar.gz
guru-dfc73e8c.tar.bz2
guru-dfc73e8c.zip
dev-python/webrtcvad: PEP517
Closes: https://bugs.gentoo.org/848714 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
-rw-r--r--dev-python/webrtcvad/webrtcvad-2.0.10.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
index e2b70e1a22..4def673212 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1