python311Packages.clickhouse-cli: add setuptools build dep
This commit is contained in:
parent
277f9f04c2
commit
9142349dc7
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonRelaxDepsHook
|
||||
, setuptools
|
||||
, click
|
||||
, prompt-toolkit
|
||||
, pygments
|
||||
@ -21,6 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user