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