python311Packages.aio-geojson-generic-client: relax geojson constraint

This commit is contained in:
Martin Weinelt
2024-01-16 14:16:18 +01:00
parent c4977750ef
commit d1ccaa431b
@@ -8,6 +8,7 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, pytz
, setuptools
}:
@@ -29,9 +30,15 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];
pythonRelaxDeps = [
# geojson>=2.4.0,<3, but we have 3.x
"geojson"
];
propagatedBuildInputs = [
aiohttp
aio-geojson-client