[Backport release-24.05] awsume: propagate setuptools build input (#365376)

This commit is contained in:
Nick Cao
2024-12-15 10:03:20 -05:00
committed by GitHub

View File

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