Merge pull request #158677 from jonringer/python-secp256k1

python3Packages.secp256k1: fix build
This commit is contained in:
Fabian Affolter
2022-02-08 20:28:38 +01:00
committed by GitHub
@@ -36,7 +36,8 @@ buildPythonPackage rec {
'';
postPatch = ''
sed -i '38,45d' setup.py
# don't do hacky tarball download + setuptools check
sed -i '38,54d' setup.py
substituteInPlace setup.py --replace ", 'pytest-runner==2.6.2'" ""
'';