diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template index cbddf90093a..b56613229c1 100644 --- a/srcpkgs/shiboken2/template +++ b/srcpkgs/shiboken2/template @@ -1,7 +1,7 @@ # Template file for 'shiboken2' pkgname=shiboken2 version=5.15.2 -revision=3 +revision=4 _pkgname="pyside-setup-opensource-src-${version}" wrksrc="${_pkgname/%5.14.2.1/5.14.2}" build_wrksrc="sources/shiboken2" @@ -45,6 +45,7 @@ libshiboken2_package() { python3-shiboken2_package() { short_desc="Python3 shiboken2 bindings" + depends="python3" pkg_install() { vmove ${py3_sitelib} }