bcc: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-06 23:29:42 +01:00
parent fb73bb44c9
commit 3e56a2a015

View file

@ -1,7 +1,7 @@
# Template file for 'bcc' # Template file for 'bcc'
pkgname=bcc pkgname=bcc
version=0.23.0 version=0.23.0
revision=1 revision=2
wrksrc="bcc" wrksrc="bcc"
build_style=cmake build_style=cmake
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1" configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
@ -62,9 +62,8 @@ bcc-devel_package() {
} }
python3-bcc_package() { python3-bcc_package() {
lib32disabled=yes lib32disabled=yes
depends="python3"
short_desc+=" - Python 3 module" short_desc+=" - Python 3 module"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision} python3"
pkg_install() { pkg_install() {
vmove "usr/lib/python*" vmove "usr/lib/python*"
} }