diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-08-22 23:51:51 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 00:21:13 +0100 |
commit | c225beea17da10e34a82ccd543fa08bb7e01d612 (patch) | |
tree | 996cb8de8af918764d2607cfd9fedb1242e8bc34 | |
parent | dev-python/libusb1: version bump (diff) | |
download | portage-c225beea17da10e34a82ccd543fa08bb7e01d612.tar.xz |
app-crypt/bip32utils: add support for python3.8
Package-Manager: Portage-2.3.103, Repoman-2.3.23
-rw-r--r-- | app-crypt/bip32utils/bip32utils-0.3_p4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild index 6de61b41..172bd5c8 100644 --- a/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild +++ b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 MY_P="${P/_p/.post}" |