Merge pull request #158677 from jonringer/python-secp256k1
python3Packages.secp256k1: fix build
This commit is contained in:
@@ -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'" ""
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user