inkscape: fix bug when saving as an optimized svg
When saving an optimized svg, inkscape failed with a ModuleNotFoundError: No module named 'packaging'. To fix this issue we add packaging to python3Env.
This commit is contained in:
parent
97dfd0e253
commit
f9a39878f8
@ -48,6 +48,7 @@ let
|
||||
cachecontrol
|
||||
numpy
|
||||
lxml
|
||||
packaging
|
||||
pillow
|
||||
scour
|
||||
pyserial
|
||||
|
Loading…
Reference in New Issue
Block a user