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

This commit is contained in:
Pol Dellaiera
2026-03-20 10:27:48 +00:00
committed by GitHub
@@ -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