mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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'
|
# Template file for 'audit'
|
||||||
pkgname=audit
|
pkgname=audit
|
||||||
version=3.0.3
|
version=3.0.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
|
configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
|
||||||
--with-apparmor --with-libcap-ng --with-python3"
|
--with-apparmor --with-libcap-ng --with-python3"
|
||||||
|
@ -86,6 +86,7 @@ libauparse-devel_package() {
|
||||||
python3-audit_package() {
|
python3-audit_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
short_desc+=" - Python3 bindings"
|
short_desc+=" - Python3 bindings"
|
||||||
|
depends="python3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python3*"
|
vmove "usr/lib/python3*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue