python39Packages.webtest: move contraint patching to postPatch
This commit is contained in:
parent
dcc9efa371
commit
7644245676
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "sha256-qsFotbK08gCvTjWGfPMWcSIQ49XbgcHL3/OHImR7sIc=";
|
sha256 = "sha256-qsFotbK08gCvTjWGfPMWcSIQ49XbgcHL3/OHImR7sIc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py --replace "nose<1.3.0" "nose"
|
substituteInPlace setup.py --replace "nose<1.3.0" "nose"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue