python3Packages.statmake: update dependencies

This commit is contained in:
Robert Schütz
2026-07-12 12:18:47 -07:00
parent c850aa1420
commit 0897fed1ad

View File

@@ -5,8 +5,6 @@
cattrs,
fetchFromGitHub,
fonttools,
fs,
poetry-core,
pytestCheckHook,
ufo2ft,
ufolib2,
@@ -30,16 +28,12 @@ buildPythonPackage rec {
hatchling
hatch-vcs
];
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
attrs
cattrs
fonttools
# required by fonttools[ufo]
fs
];
]
++ fonttools.optional-dependencies.ufo;
nativeCheckInputs = [
pytestCheckHook