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:
kilianar 2022-08-11 11:58:51 +02:00
parent 97dfd0e253
commit f9a39878f8

View file

@ -48,6 +48,7 @@ let
cachecontrol
numpy
lxml
packaging
pillow
scour
pyserial