3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #198965 from SuperSandro2000/python310Packages.stestr

This commit is contained in:
Sandro 2022-11-06 19:48:26 +01:00 committed by GitHub
commit 68c387c298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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