python3Packages.glyphsets: fix dependencies

Upstream started depending on gflanguages and requests from v0.6.12:
https://github.com/googlefonts/glyphsets/commit/ba341dca9bbdbc2b51f39a0b7a7eeacfe95ea72e
https://github.com/googlefonts/glyphsets/commit/8ca303da23e6080b6a84d5ba7905443110ced33e
This commit is contained in:
Dan Callaghan
2024-04-01 13:35:16 +11:00
parent a3651599c0
commit 4e74494129
@@ -3,8 +3,10 @@
, fetchPypi
, defcon
, fonttools
, gflanguages
, glyphslib
, pytestCheckHook
, requests
, setuptools
, setuptools-scm
, unicodedata2
@@ -23,7 +25,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [
defcon
fonttools
gflanguages
glyphslib
requests
setuptools
unicodedata2
];