diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:32:06 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:34:41 +0000 |
commit | f8945b3e64301b43d533e5a0855520af89c507db (patch) | |
tree | 1eecdfa74273e34a1c3c3ce9252c786cfcba15d2 /dev-python/mnemonic | |
parent | dev-python/libusb1: disable py3.8 (diff) | |
download | portage-f8945b3e64301b43d533e5a0855520af89c507db.tar.xz |
dev-python/mnemonic: disable py3.8
Diffstat (limited to 'dev-python/mnemonic')
-rw-r--r-- | dev-python/mnemonic/mnemonic-0.20.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/mnemonic/mnemonic-0.20.ebuild b/dev-python/mnemonic/mnemonic-0.20.ebuild index 14a88f34..14109efc 100644 --- a/dev-python/mnemonic/mnemonic-0.20.ebuild +++ b/dev-python/mnemonic/mnemonic-0.20.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="Mnemonic code for generating deterministic keys, BIP39" @@ -18,3 +19,5 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" + +distutils_enable_tests unittest |