python3Packages.dazl: fix build

This commit is contained in:
Sigmanificient
2026-03-23 07:01:13 +01:00
parent 50775c5756
commit 72f2f67890
@@ -3,6 +3,9 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
attrs,
httpx,
python-dateutil,
googleapis-common-protos,
grpcio,
protobuf,
@@ -28,11 +31,15 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"grpcio"
"httpx"
];
build-system = [ poetry-core ];
dependencies = [
attrs
httpx
python-dateutil
googleapis-common-protos
grpcio
protobuf