python311Packages.ollama: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 12:23:06 +01:00
parent 0cb341b478
commit 136e5d4b8e
1 changed files with 2 additions and 2 deletions

View File

@ -34,12 +34,12 @@ buildPythonPackage rec {
"httpx"
];
nativeBuildInputs = [
build-system = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
httpx
];