Commit 89138016 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

inkscape: inherit filelock dependency from cachecontrol

The dependency is not imported anywhere in the Inkscape code so let’s make the requirement explicit.
parent e7eb9f5e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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