forked from mirrors/nixpkgs
Merge pull request #198965 from SuperSandro2000/python310Packages.stestr
This commit is contained in:
commit
68c387c298
|
@ -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 = ''
|
||||
|
|
|
@ -16,6 +16,9 @@ buildPythonPackage rec {
|
|||
|
||||
dontBuild = true;
|
||||
dontInstall = true;
|
||||
preConfigure = ''
|
||||
pythonOutputDistPhase() { touch $dist; }
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
stestr
|
||||
|
|
Loading…
Reference in a new issue