python3Packages.pylama: propagate setuptools for pkg_resources import
This commit is contained in:
parent
227920fe6b
commit
72b0549074
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
, pydocstyle
|
, pydocstyle
|
||||||
, pyflakes
|
, pyflakes
|
||||||
, vulture
|
, vulture
|
||||||
|
, setuptools
|
||||||
, isort
|
, isort
|
||||||
, pylint
|
, pylint
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
@ -43,6 +44,7 @@ let pylama = buildPythonPackage rec {
|
||||||
pycodestyle
|
pycodestyle
|
||||||
pydocstyle
|
pydocstyle
|
||||||
pyflakes
|
pyflakes
|
||||||
|
setuptools
|
||||||
vulture
|
vulture
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue