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