From 3e4a7bcbe35fc94940132b4799d243c2b5fe4db4 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 30 Nov 2022 20:25:38 +0000 Subject: dev-python/hidapi: disable py3.8 --- dev-python/hidapi/hidapi-0.12.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python') 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" -- cgit v1.2.3