diff options
-rw-r--r-- | dev-python/btchip-python/btchip-python-0.1.32.ebuild | 4 |
1 files changed, 1 insertions, 3 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 aec546b6..5fdf8ac0 100644 --- a/dev-python/btchip-python/btchip-python-0.1.32.ebuild +++ b/dev-python/btchip-python/btchip-python-0.1.32.ebuild @@ -3,8 +3,8 @@ EAPI=8 +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Python communication library for Ledger Hardware Wallet products" @@ -14,10 +14,8 @@ SRC_URI="https://github.com/LedgerHQ/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND=">=dev-python/hidapi-0.7.99:=[${PYTHON_USEDEP}] >=dev-python/ecdsa-0.9:=[${PYTHON_USEDEP}] >=dev-python/pyscard-1.6.12:=[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -BDEPEND="" |