Merge pull request #253974 from thenbe/patch-1
brotab: add missing python dependency `setuptools`
This commit is contained in:
commit
e33e9879e0
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
flask
|
||||
psutil
|
||||
requests
|
||||
setuptools
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue