gixy: fix error - no module named pkg_resources

This commit is contained in:
Izorkin 2019-09-09 10:59:58 +03:00
parent 8b8b4abd55
commit 8af0412e90

View file

@ -25,6 +25,7 @@ python.pkgs.buildPythonApplication rec {
pyparsing
jinja2
nose
setuptools
six
];