python312Packages.clarifai: refac tor

This commit is contained in:
Fabian Affolter 2024-04-09 10:08:40 +02:00
parent 609fb16482
commit 7efb1fe2f3
1 changed files with 4 additions and 1 deletions

View File

@ -45,10 +45,13 @@ buildPythonPackage rec {
];
build-system = [
pythonRelaxDepsHook
setuptools
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
dependencies = [
clarifai-grpc
inquirerpy