diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:27:05 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:27:05 +0000 |
commit | bb9f0ec67a7f16f5a4d22d62fa3346cc3fd470de (patch) | |
tree | c7386350719b882009dcc3025913fd8f27eb5d5b | |
parent | dev-python/hidapi: disable py3.8 (diff) | |
download | portage-bb9f0ec67a7f16f5a4d22d62fa3346cc3fd470de.tar.xz |
dev-python/libusb1: disable py3.8
-rw-r--r-- | dev-python/libusb1/libusb1-3.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/libusb1/libusb1-3.0.0.ebuild b/dev-python/libusb1/libusb1-3.0.0.ebuild index a6e1ae08..46b08c2d 100644 --- a/dev-python/libusb1/libusb1-3.0.0.ebuild +++ b/dev-python/libusb1/libusb1-3.0.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="Pure-python wrapper for dev-libs/libusb" |