commit: 065c312bf74b767282ca9c54cd4922b30322e425
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 19:07:15 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 19:07:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065c312b
dev-python/pychromecast: add DISTUTILS_USE_PEP517= to 13.0.4
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/pychromecast/pychromecast-13.0.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pychromecast/pychromecast-13.0.4.ebuild
b/dev-python/pychromecast/pychromecast-13.0.4.ebuild
index 4ca2a75144ef..fde595d2503d 100644
--- a/dev-python/pychromecast/pychromecast-13.0.4.ebuild
+++ b/dev-python/pychromecast/pychromecast-13.0.4.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python module to talk to Google Chromecast"