Unverified Commit bd4c47d4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.dazl: fix build (#502422)

parents 297bb7a0 72f2f678
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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