python39Packages.webtest: move contraint patching to postPatch

This commit is contained in:
Sandro Jäckel 2021-10-07 20:42:38 +02:00
parent dcc9efa371
commit 7644245676
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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"
''; '';