From 6bd87a30bfcf9435de577f15c200e656aac05366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 31 Jul 2024 07:43:09 -0700 Subject: [PATCH] python312Packages.aiohttp-fast-url-dispatcher: unpin aiohttp --- .../python-modules/aiohttp-fast-url-dispatcher/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aiohttp-fast-url-dispatcher/default.nix b/pkgs/development/python-modules/aiohttp-fast-url-dispatcher/default.nix index 8e4cd760a5f7..e65e3fea31d7 100644 --- a/pkgs/development/python-modules/aiohttp-fast-url-dispatcher/default.nix +++ b/pkgs/development/python-modules/aiohttp-fast-url-dispatcher/default.nix @@ -30,6 +30,8 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core ]; + pythonRelaxDeps = [ "aiohttp" ]; + propagatedBuildInputs = [ aiohttp ]; nativeCheckInputs = [