Merge pull request #68344 from Izorkin/gixy

gixy: fix error - no module named pkg_resources
This commit is contained in:
Elis Hirwing 2019-09-09 11:27:08 +02:00 committed by GitHub
commit eae0eb0892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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