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:
parent
e7eb9f5e0f
commit
8913801669
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user