From 6a93340438ba874a88c21718cc0e3ccba22a07b1 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Thu, 1 May 2025 14:02:26 -0700 Subject: [PATCH] python3Packages.greatfet: relax dependency on ipython #zhf --- pkgs/development/python-modules/greatfet/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/greatfet/default.nix b/pkgs/development/python-modules/greatfet/default.nix index bbe8269f1203..9d55399d9b09 100644 --- a/pkgs/development/python-modules/greatfet/default.nix +++ b/pkgs/development/python-modules/greatfet/default.nix @@ -39,6 +39,8 @@ buildPythonPackage rec { build-system = [ setuptools ]; + pythonRelaxDeps = [ "ipython" ]; + dependencies = [ cmsis-svd future