From da76f7ba2618fef6882b451328a6cd77bd589bca Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Wed, 8 May 2024 01:42:48 +0200 Subject: [PATCH] python312Packages.cypherpunkpay: relax waitress dependency --- pkgs/development/python-modules/cypherpunkpay/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/cypherpunkpay/default.nix b/pkgs/development/python-modules/cypherpunkpay/default.nix index 9bf5e8fcd85d..4f562c00a444 100644 --- a/pkgs/development/python-modules/cypherpunkpay/default.nix +++ b/pkgs/development/python-modules/cypherpunkpay/default.nix @@ -44,6 +44,7 @@ buildPythonPackage rec { "pypng" "tzlocal" "yoyo-migrations" + "waitress" ]; nativeBuildInputs = [