summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:16:32 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:16:32 +0000
commit19c40f3f9daa49b13d3dbb78b1cae5ca9f2636ec (patch)
tree89ced8794b188b894cdb403b77c44c6ab6730fd4
parentdev-libs/libconcord: enable py3.10, py3.11 and disable py3.8 (diff)
downloadportage-19c40f3f9daa49b13d3dbb78b1cae5ca9f2636ec.tar.xz
dev-python/btchip-python: disable py3.8
-rw-r--r--dev-python/btchip-python/btchip-python-0.1.32.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/btchip-python/btchip-python-0.1.32.ebuild b/dev-python/btchip-python/btchip-python-0.1.32.ebuild
index 39814fdc..aec546b6 100644
--- a/dev-python/btchip-python/btchip-python-0.1.32.ebuild
+++ b/dev-python/btchip-python/btchip-python-0.1.32.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 communication library for Ledger Hardware Wallet products"