git-review: switch to pyproject

This commit is contained in:
Ryan Omasta
2026-05-21 18:50:39 -06:00
parent 54c40b68e4
commit ac4bcc86a0
+3 -2
View File
@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "git-review";
version = "2.5.0";
format = "setuptools";
pyproject = true;
# Manually set version because pbr wants to get it from the git
# upstream repository (and we are installing from tarball instead)
@@ -26,7 +26,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
"man"
];
nativeBuildInputs = with python3Packages; [
build-system = with python3Packages; [
setuptools
pbr
];