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

python3Packages.openfga-sdk: fix build (#501426)

parents b04192f2 71154889
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  pytest-asyncio,
  pytest-cov-stub,
  python-dateutil,
  setuptools,
  hatchling,
  urllib3,
}:

@@ -27,7 +27,7 @@ buildPythonPackage rec {
    hash = "sha256-bkDeIQJ+5VDMkBDorEMczsN7Ex04SaxhxulXLtUW/CM=";
  };

  build-system = [ setuptools ];
  build-system = [ hatchling ];

  dependencies = [
    aiohttp