mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 19:01:09 +02:00
yara: python dep versioning
This commit is contained in:
parent
9bee3260b6
commit
4116dc142c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ IUSE="python"
|
|||
|
||||
DEPEND="dev-libs/openssl:0="
|
||||
RDEPEND="${DEPEND}"
|
||||
PDEPEND="python? ( =dev-python/yara-python-3.7* )"
|
||||
PDEPEND="python? ( =dev-python/yara-python-3.8* )"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
|
|
|
|||
Loading…
Reference in a new issue