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
commit e33e9879e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ python.pkgs.buildPythonApplication rec {
flask
psutil
requests
setuptools
];
postPatch = ''