This commit is contained in:
blshkv 2020-02-19 12:06:26 +08:00
parent 889eaf0a26
commit bd03ed4a30
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -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
}