diff options
-rw-r--r-- | dev-python/btchip-python/btchip-python-0.1.32.ebuild | 3 |
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" |