summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:25:38 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:25:38 +0000
commit3e4a7bcbe35fc94940132b4799d243c2b5fe4db4 (patch)
treec724277cb47e9571fbe42dfec5820f83a4a3c996
parentdev-python/deezer-oauth-cli: disable py3.8 (diff)
downloadportage-3e4a7bcbe35fc94940132b4799d243c2b5fe4db4.tar.xz
dev-python/hidapi: disable py3.8
-rw-r--r--dev-python/hidapi/hidapi-0.12.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/hidapi/hidapi-0.12.0.ebuild b/dev-python/hidapi/hidapi-0.12.0.ebuild
index 2c47466b..35502d0b 100644
--- a/dev-python/hidapi/hidapi-0.12.0.ebuild
+++ b/dev-python/hidapi/hidapi-0.12.0.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python wrapper for dev-libs/hidapi"