python3Packages.openfga-sdk: fix build

This commit is contained in:
Sigmanificient
2026-03-19 22:29:15 +01:00
parent 3a813e37cc
commit 7115488911
@@ -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