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

View File

@ -3,8 +3,10 @@
, fetchPypi , fetchPypi
, defcon , defcon
, fonttools , fonttools
, gflanguages
, glyphslib , glyphslib
, pytestCheckHook , pytestCheckHook
, requests
, setuptools , setuptools
, setuptools-scm , setuptools-scm
, unicodedata2 , unicodedata2
@ -23,7 +25,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
defcon defcon
fonttools fonttools
gflanguages
glyphslib glyphslib
requests
setuptools setuptools
unicodedata2 unicodedata2
]; ];