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
+1
View File
@@ -27,6 +27,7 @@ pythonPackages.buildPythonApplication rec {
lxml lxml
pyyaml pyyaml
requests requests
setuptools
toml toml
zodb zodb
]); ]);