yara-python: remove py2

This commit is contained in:
Yury Martynov 2020-02-12 11:31:46 +03:00
parent f1c9c7426d
commit dd0acb661a
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 eutils
DESCRIPTION="Python interface for a malware identification and classification tool"
@ -22,5 +23,5 @@ DEPEND="${RDEPEND}"
#patch to use a system yara
python_prepare() {
eapply -p0 "${FILESDIR}"/yara-systemlib.patch
eapply_user
default
}