python3Packages.isort: add setuptools
This commit is contained in:
parent
cc47efce23
commit
f2374557b1
@ -2,6 +2,7 @@
|
||||
, colorama
|
||||
, hypothesis
|
||||
, poetry-core
|
||||
, setuptools
|
||||
, pylama
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@ -20,6 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user