edl: removed "no-binary" capstone requirement (#459)

--no-binary capstone not needed anymore
This commit is contained in:
Andrei Radulescu
2025-02-25 18:36:42 +02:00
committed by GitHub
parent 5a70cf4443
commit 7003ee3ed2

View File

@@ -23,10 +23,7 @@ if [ "$(< .git/HEAD)" != "$VERSION" ]; then
git fetch origin $VERSION
git checkout $VERSION
git submodule update --depth=1 --init --recursive
# TODO: remove "--no-binary capstone" when capstone v5.0.2 is released
# https://github.com/capstone-engine/capstone/issues/2301#issuecomment-2026835275
pip3 install -r requirements.txt --no-binary capstone
pip3 install -r requirements.txt
fi
popd > /dev/null