python3Packages.isort: add setuptools

This commit is contained in:
Vladimír Čunát 2022-09-18 15:54:57 +02:00
parent cc47efce23
commit f2374557b1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 = [