python311Packages.clickhouse-cli: add setuptools build dep

This commit is contained in:
Martin Weinelt 2023-12-16 22:42:26 +01:00
parent 277f9f04c2
commit 9142349dc7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, pythonRelaxDepsHook
, setuptools
, click
, prompt-toolkit
, pygments
@ -21,6 +22,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];
pythonRelaxDeps = [