audit: add missing python3 dependency
This commit is contained in:
parent
3f613a4ff9
commit
970e2161b9
1 changed files with 2 additions and 1 deletions
|
@ -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*"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue