From 7dee8510a83a73c9e4a3d2f93c3eb3afb490ad58 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Thu, 22 Aug 2024 16:25:45 -0700 Subject: [PATCH] python3Packages.matrix-nio: relax dependency aiohttp-socks matrix-nio specifies aiohttp-socks@^0.8.4 but nixpkgs provides 0.9.0. The changes introduced in 0.9.0 are internal and compatible with matrix-nio, so nixpkgs may simply relax the version specification. matrix-nio/matrix-nio#516 proposes to do the same upstream. --- pkgs/development/python-modules/matrix-nio/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/matrix-nio/default.nix b/pkgs/development/python-modules/matrix-nio/default.nix index ce9aded24b3b..6e28fe1cffef 100644 --- a/pkgs/development/python-modules/matrix-nio/default.nix +++ b/pkgs/development/python-modules/matrix-nio/default.nix @@ -65,6 +65,10 @@ buildPythonPackage rec { unpaddedbase64 ]; + pythonRelaxDeps = [ + "aiohttp-socks" # Pending matrix-nio/matrix-nio#516 + ]; + passthru.optional-dependencies = { e2e = [ atomicwrites