python310Packages.pbr: 5.10.0 -> 5.11.0
This commit is contained in:
committed by
Sandro Jäckel
parent
948fd41c77
commit
f5cf174a3f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user