From 245edb755d351b3a33ae3e3e0f292b9794ee1cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 24 May 2025 07:37:30 -0700 Subject: [PATCH] nototools: remove unused dependency --- pkgs/by-name/no/nototools/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/no/nototools/package.nix b/pkgs/by-name/no/nototools/package.nix index 26d1e7348b5f..5900d8c3c5bf 100644 --- a/pkgs/by-name/no/nototools/package.nix +++ b/pkgs/by-name/no/nototools/package.nix @@ -22,6 +22,11 @@ python3Packages.buildPythonApplication rec { build-system = with python3Packages; [ setuptools-scm ]; + pythonRemoveDeps = [ + # https://github.com/notofonts/nototools/pull/901 + "typed-ast" + ]; + dependencies = with python3Packages; [ afdko appdirs @@ -43,7 +48,6 @@ python3Packages.buildPythonApplication rec { regex scour toml - typed-ast ufonormalizer ufoprocessor unicodedata2