vulnix: add missing setuptools dependency
More #68314 related breakage.
This commit is contained in:
parent
1c429acbff
commit
01aa4bb7cb
|
@ -27,6 +27,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
lxml
|
||||
pyyaml
|
||||
requests
|
||||
setuptools
|
||||
toml
|
||||
zodb
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue