From c91aae2f72585b18fef8ac5a9fb2e6e227bf03ad Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Oct 2024 11:07:27 +0200 Subject: [PATCH] python312Packages.aio-geojson-client: relax geojson --- pkgs/development/python-modules/aio-geojson-client/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aio-geojson-client/default.nix b/pkgs/development/python-modules/aio-geojson-client/default.nix index cfc7746970ef..0f1a069056f8 100644 --- a/pkgs/development/python-modules/aio-geojson-client/default.nix +++ b/pkgs/development/python-modules/aio-geojson-client/default.nix @@ -27,6 +27,8 @@ buildPythonPackage rec { hash = "sha256-zHgqsl278XBr2X8oQOsnIQxfyYuB5G8NLcTNy4oerUI="; }; + pythonRelaxDeps = [ "geojson" ]; + __darwinAllowLocalNetworking = true; build-system = [ setuptools ];