audit: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:51:39 +01:00
parent 3f613a4ff9
commit 970e2161b9

View file

@ -1,7 +1,7 @@
# Template file for 'audit'
pkgname=audit
version=3.0.3
revision=2
revision=3
build_style=gnu-configure
configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
--with-apparmor --with-libcap-ng --with-python3"
@ -86,6 +86,7 @@ libauparse-devel_package() {
python3-audit_package() {
lib32disabled=yes
short_desc+=" - Python3 bindings"
depends="python3"
pkg_install() {
vmove "usr/lib/python3*"
}