Add python-packaging dependency introduced in Path WB

https://forum.freecadweb.org/viewtopic.php?f=15&t=72555
This commit is contained in:
Adrian Insaurralde 2022-11-17 19:29:27 -03:00
parent e0aca099e8
commit de1b2046d2
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ pkgbase = freecad-git
depends = pyside2-tools depends = pyside2-tools
depends = python-yaml depends = python-yaml
depends = python-matplotlib depends = python-matplotlib
depends = python-packaging
depends = python-pivy depends = python-pivy
depends = python-ply depends = python-ply
depends = qt5-svg depends = qt5-svg

View file

@ -20,6 +20,7 @@ pyside2
pyside2-tools pyside2-tools
python-yaml python-yaml
python-matplotlib python-matplotlib
python-packaging
python-pivy python-pivy
python-ply python-ply
qt5-svg qt5-svg