python310Packages.pbr: 5.10.0 -> 5.11.0

This commit is contained in:
Sandro Jäckel
2022-11-01 15:35:53 +01:00
committed by Sandro Jäckel
parent 948fd41c77
commit f5cf174a3f
2 changed files with 5 additions and 2 deletions
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "pbr";
version = "5.10.0";
version = "5.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-z8xP+OaYJW/BfqP/eWR4sFCFJYWqW6557NBbKrezm5o=";
sha256 = "sha256-uXvGaVsq/wIUQTPC5zmdWIUiPUK3kS/67CyjiY5nO/4=";
};
# importlib-metadata could be added here if it wouldn't cause an infinite recursion
@@ -24,6 +24,9 @@ buildPythonPackage rec {
dontBuild = true;
dontInstall = true;
preConfigure = ''
pythonOutputDistPhase() { touch $dist; }
'';
checkInputs = [
pbr