Merge pull request #70241 from delroth/vulnix-setuptools

vulnix: add missing setuptools dependency
This commit is contained in:
worldofpeace 2019-10-02 12:56:59 +00:00 committed by GitHub
commit f8a5999a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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