nototools: remove unused dependency

This commit is contained in:
Robert Schütz
2025-05-24 07:39:10 -07:00
parent 19855938fc
commit 245edb755d
+5 -1
View File
@@ -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