From daa95195dd68c8f34a50ceb106b4bf3ad0c8fcd6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Jul 2026 01:39:57 +0200 Subject: [PATCH] python3Packages.weasel: provide click Previously provided through typer, but they vendored click as _click. --- pkgs/development/python-modules/weasel/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/weasel/default.nix b/pkgs/development/python-modules/weasel/default.nix index 196a3982cf64..af8cc175d8ee 100644 --- a/pkgs/development/python-modules/weasel/default.nix +++ b/pkgs/development/python-modules/weasel/default.nix @@ -7,6 +7,7 @@ setuptools, # dependencies + click, cloudpathlib, confection, httpx, @@ -38,6 +39,7 @@ buildPythonPackage (finalAttrs: { build-system = [ setuptools ]; dependencies = [ + click cloudpathlib confection httpx