diff --git a/audit/repos/community-x86_64/PKGBUILD b/audit/repos/community-x86_64/PKGBUILD index cc8a3eb..f1b2a0c 100644 --- a/audit/repos/community-x86_64/PKGBUILD +++ b/audit/repos/community-x86_64/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc='Userspace components of the audit framework' url='https://people.redhat.com/sgrubb/audit' arch=(i686 x86_64) depends=(krb5 libcap-ng) -makedepends=(libldap swig linux-headers python) +makedepends=(libldap swig linux-headers python python2) license=(GPL) options=(emptydirs) backup=( @@ -33,13 +33,12 @@ install=$pkgname.install build() { cd $pkgname-$pkgver - export PYTHON=/usr/bin/python3 + export PYTHON=/usr/bin/python2 ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ --libexecdir=/usr/lib/audit \ - --with-python=yes \ --enable-gssapi-krb5=yes \ --enable-systemd=yes \ --with-libcap-ng=yes