mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #658 from nix-community/secp256k1-0_14_0
overrides.secp256k1: Loosen up pytest-runner version constraint
This commit is contained in:
commit
7b71679fa7
1 changed files with 2 additions and 1 deletions
|
@ -1898,7 +1898,8 @@ lib.composeManyExtensions [
|
|||
# Local setuptools versions like "x.y.post0" confuse an internal check
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace 'setuptools_version.' '"${self.setuptools.version}".'
|
||||
--replace 'setuptools_version.' '"${self.setuptools.version}".' \
|
||||
--replace 'pytest-runner==' 'pytest-runner>='
|
||||
'';
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue