python3Packages.openfga-sdk: fix build (#501426)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user