summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-12-20 13:07:15 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2022-12-20 13:07:45 -0600
commit065c312bf74b767282ca9c54cd4922b30322e425 (patch)
tree01fb0ba1ecb994d91d1a6a43a0127e83bcf0c001 /dev-python/pychromecast
parentdev-python/pychromecast: add github upstream metadata (diff)
downloadgentoo-065c312bf74b767282ca9c54cd4922b30322e425.tar.gz
gentoo-065c312bf74b767282ca9c54cd4922b30322e425.tar.bz2
gentoo-065c312bf74b767282ca9c54cd4922b30322e425.zip
dev-python/pychromecast: add DISTUTILS_USE_PEP517= to 13.0.4
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r--dev-python/pychromecast/pychromecast-13.0.4.ebuild1
1 files changed, 1 insertions, 0 deletions
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"