mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
yara-python: remove py2
This commit is contained in:
parent
f1c9c7426d
commit
dd0acb661a
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue