mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
This commit is contained in:
parent
889eaf0a26
commit
bd03ed4a30
1 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
sed -i "s|yara-python==3.11.0|yara-python>=3.11.0|g" setup.py || die
|
||||
sed "s|yara-python==3.11.0|yara-python>=3.11.0|g" -i setup.py || die
|
||||
sed '/argparse/d' -i setup.py || die
|
||||
default
|
||||
}
|
||||
Loading…
Reference in a new issue