Skip to content

Commit 5c54aea

Browse files
committed
python3Packages.fontfeatures: update dependencies
1 parent 66e3408 commit 5c54aea

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

  • pkgs/development/python-modules/fontfeatures

pkgs/development/python-modules/fontfeatures/default.nix

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
lib,
3+
babelfont,
34
buildPythonPackage,
45
fetchPypi,
5-
beziers,
66
fonttools,
7-
fs,
8-
glyphtools,
97
lxml,
108
pytestCheckHook,
119
youseedee,
@@ -25,12 +23,13 @@ buildPythonPackage rec {
2523
hash = "sha256-3PpUgaTXyFcthJrFaQqeUOvDYYFosJeXuRFnFrwp0R8=";
2624
};
2725

28-
propagatedBuildInputs = [
29-
beziers
26+
dependencies = [
3027
fonttools
31-
fs
32-
glyphtools
3328
lxml
29+
];
30+
31+
optional-dependencies.shaper = [
32+
babelfont
3433
youseedee
3534
];
3635

0 commit comments

Comments
 (0)