Skip to content

Commit 9b42592

Browse files
committed
python3Packages.pbr: 5.11.1 -> 6.0.0
1 parent 263e4a0 commit 9b42592

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pkgs/development/python-modules/pbr/default.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
buildPythonPackage rec {
99
pname = "pbr";
10-
version = "5.11.1";
11-
format = "setuptools";
10+
version = "6.0.0";
11+
pyproject = true;
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
hash = "sha256-rvxRZ1sLUz1Wu1/RyMbAUi/jGJZnmILhxMY9XkoPzLM=";
15+
hash = "sha256-0TdxIqWgDi+UDuSCmZUY7+FtdF1COmcMJ3c9+8PJp9k=";
1616
};
1717

18-
# importlib-metadata could be added here if it wouldn't cause an infinite recursion
19-
propagatedBuildInputs = [ setuptools ];
18+
nativeBuildInputs = [
19+
setuptools
20+
];
2021

2122
# check in passthru.tests.pytest to escape infinite recursion with fixtures
2223
doCheck = false;

0 commit comments

Comments
 (0)