python310Packages.stestr: 4.0.0 -> 4.0.1

This commit is contained in:
Sandro Jäckel
2022-11-01 15:32:09 +01:00
committed by Sandro Jäckel
parent c190f823d5
commit bc38a21a2e
2 changed files with 5 additions and 2 deletions

View File

@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "stestr";
version = "4.0.0";
version = "4.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-A2Y+q62KcxaoRJFo78WCVmpdOvnHf8QALX3IPnf28q0=";
sha256 = "sha256-wsHHO/x8/KORJxWeP7x0GTrr8s0C2KBCfy5YZI42zyY=";
};
postPatch = ''

View File

@@ -16,6 +16,9 @@ buildPythonPackage rec {
dontBuild = true;
dontInstall = true;
preConfigure = ''
pythonOutputDistPhase() { touch $dist; }
'';
checkInputs = [
stestr