diff --git a/srcpkgs/imath/template b/srcpkgs/imath/template index 4e09a976d87..abc8f030bb8 100644 --- a/srcpkgs/imath/template +++ b/srcpkgs/imath/template @@ -1,11 +1,11 @@ # Template file for 'imath' pkgname=imath version=3.1.9 -revision=4 +revision=5 build_style=cmake configure_args="-DPYTHON=ON" hostmakedepends="python3-numpy" -makedepends="boost-devel boost-python3 python3-devel python3-numpy" +makedepends="boost-devel-minimal boost-python3 python3-devel python3-numpy" short_desc="C++/Python library for 2D/3D vector/matrix/math operations" maintainer="Orphaned " license="BSD-3-Clause" @@ -39,7 +39,7 @@ imath-python3_package() { } imath-python3-devel_package() { - depends="imath-python3>=${version}_${revision} python3-devel boost-devel + depends="imath-python3>=${version}_${revision} python3-devel boost-devel-minimal imath-devel>=${version}_${revision}" short_desc+=" - Python module - development files" pkg_install() {