parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 3a06c602ab419ef67ee245ebf8438804e1edb6eb
parent 2d51ddef84ff608f19c409bb7600d90b107eaedf
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 15 May 2021 08:55:46 +0200

dev-python/python-bitcoinlib: Update python_compat.

Diffstat:
Mdev-python/python-bitcoinlib/python-bitcoinlib-0.11.0.ebuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-bitcoinlib/python-bitcoinlib-0.11.0.ebuild b/dev-python/python-bitcoinlib/python-bitcoinlib-0.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="The Swiss Army Knife of the Bitcoin protocol"