awsume: propagate setuptools build input

(cherry picked from commit 7a07cfb1f4)
This commit is contained in:
Antoine Cotten
2024-12-13 18:22:09 +01:00
committed by github-actions[bot]
parent f35b6bd990
commit d71f292920

View File

@@ -9,6 +9,7 @@
psutil,
pluggy,
pyyaml,
setuptools,
}:
buildPythonApplication rec {
@@ -32,6 +33,7 @@ buildPythonApplication rec {
psutil
pluggy
pyyaml
setuptools
];
postPatch = ''