Merge pull request #253974 from thenbe/patch-1

brotab: add missing python dependency `setuptools`
This commit is contained in:
Doron Behar
2023-09-08 08:15:01 +00:00
committed by GitHub
+1
View File
@@ -25,6 +25,7 @@ python.pkgs.buildPythonApplication rec {
flask
psutil
requests
setuptools
];
postPatch = ''