vulnix: add missing setuptools dependency

More #68314 related breakage.
This commit is contained in:
Pierre Bourdon 2019-10-02 12:46:01 +02:00
parent 1c429acbff
commit 01aa4bb7cb
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

@ -27,6 +27,7 @@ pythonPackages.buildPythonApplication rec {
lxml
pyyaml
requests
setuptools
toml
zodb
]);