Add fmt as runtime dependency

This commit is contained in:
Adrian Insaurralde 2023-03-08 23:27:24 -03:00
parent 44c45e84a1
commit 9d76b840d3
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,6 @@ pkgbase = freecad-git
url = https://www.freecad.org/
arch = x86_64
license = LGPL
checkdepends = fmt
checkdepends = pugixml
makedepends = boost
makedepends = cmake
@ -17,6 +16,7 @@ pkgbase = freecad-git
makedepends = shiboken2
makedepends = swig
depends = boost-libs
depends = fmt
depends = glew
depends = jsoncpp
depends = med

View file

@ -10,6 +10,7 @@ url='https://www.freecad.org/'
license=('LGPL')
depends=(
boost-libs
fmt
glew
jsoncpp
med
@ -46,7 +47,6 @@ shiboken2
swig
)
checkdepends=(
fmt
pugixml
)
optdepends=(