python3Packages.glyphsets: fix dependencies

Upstream started depending on gflanguages and requests from v0.6.12:
ba341dca9b
8ca303da23
This commit is contained in:
Dan Callaghan 2024-03-30 13:54:11 +11:00
parent a3651599c0
commit 4e74494129
1 changed files with 4 additions and 0 deletions

View File

@ -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
];