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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user