mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
python3Packages.pylama: propagate setuptools for pkg_resources import
This commit is contained in:
parent
227920fe6b
commit
72b0549074
@ -10,6 +10,7 @@
|
||||
, pydocstyle
|
||||
, pyflakes
|
||||
, vulture
|
||||
, setuptools
|
||||
, isort
|
||||
, pylint
|
||||
, pytestCheckHook
|
||||
@ -43,6 +44,7 @@ let pylama = buildPythonPackage rec {
|
||||
pycodestyle
|
||||
pydocstyle
|
||||
pyflakes
|
||||
setuptools
|
||||
vulture
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user