commit a33e786f9c1d0d83c6dd4422b9e6b9ce16e71a3b
parent 55b669601e266a06b8c4256c66b3ea546a8e19f0
Author: parazyd <parazyd@dyne.org>
Date: Fri, 17 Feb 2023 20:27:41 +0100
dev-python/secp256k1: Fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/secp256k1/secp256k1-0.14.0.ebuild b/dev-python/secp256k1/secp256k1-0.14.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1 git-r3
+inherit distutils-r1
DESCRIPTION="Python FFI bindings for libsecp256k1"
HOMEPAGE="https://github.com/rustyrussell/secp256k1-py https://pypi.org/project/secp256k1/"