diff options
author | 2020-10-25 13:50:57 -0700 | |
---|---|---|
committer | 2020-10-25 14:28:31 -0700 | |
commit | 43fea86ba3d04a7993ec748924a4567b2af5f063 (patch) | |
tree | 0afbed95bbf3480e23f2381cf0e388b2b2346d73 /sys-apps/selinux-python/selinux-python-9999.ebuild | |
parent | sys-process/audit: Add py3_8 (diff) | |
download | gentoo-43fea86ba3d04a7993ec748924a4567b2af5f063.tar.gz gentoo-43fea86ba3d04a7993ec748924a4567b2af5f063.tar.bz2 gentoo-43fea86ba3d04a7993ec748924a4567b2af5f063.zip |
sys-apps/selinux-python: Add audit[python] dep
It was supposed to be optional in seobject.py but some places use it
unconditionally
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/selinux-python/selinux-python-9999.ebuild')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild index d890afd5e440..e3fe4738a86b 100644 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild @@ -38,6 +38,7 @@ DEPEND=">=sys-libs/libselinux-${SELNX_VER}:=[python] >=sys-libs/libsepol-${SEPOL_VER}:= >=app-admin/setools-4.2.0[${PYTHON_USEDEP}] dev-python/ipy[${PYTHON_USEDEP}] + >=sys-process/audit-1.5.1[python,${PYTHON_USEDEP}] ${PYTHON_DEPS}" RDEPEND="${DEPEND}" |