inkscape: inherit filelock dependency from cachecontrol

The dependency is not imported anywhere in the Inkscape code so let’s make the requirement explicit.
This commit is contained in:
Jan Tojnar 2023-10-26 14:24:09 +02:00
parent e7eb9f5e0f
commit 8913801669

View File

@ -48,7 +48,11 @@ let
appdirs
beautifulsoup4
cachecontrol
filelock
]
# CacheControl requires extra runtime dependencies for FileCache
# https://gitlab.com/inkscape/extras/extension-manager/-/commit/9a4acde6c1c028725187ff5972e29e0dbfa99b06
++ cachecontrol.optional-dependencies.filecache
++ [
numpy
lxml
packaging