summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2019-10-28 10:51:11 +0100
committerNicolas Iooss2019-10-28 10:51:11 +0100
commitda49df42b53a9a95354463a5f5e6ed51a39c6da6 (patch)
treeca205d7c3704473fe46dda066cf3049b4d1f8542 /PKGBUILD
parentdd87f7ae1d636a02bf404ed527a27022ee5d2ab3 (diff)
downloadaur-da49df42b53a9a95354463a5f5e6ed51a39c6da6.tar.gz
selinux-python: remove python2-audit dependency
python2-audit has been removed and is in fact an optional dependency of semanage/seobject.py in selinux-python. Fixes: https://github.com/archlinuxhardened/selinux/issues/24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f33f9b28416e..ebba67f7d1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ package_selinux-python() {
}
package_selinux-python2() {
- depends=('python2' 'python2-audit' 'libsemanage>=2.8' 'setools>=4.0.0')
+ depends=('python2' 'libsemanage>=2.8' 'setools>=4.0.0')
cd "${pkgbase}-${pkgver}"