refactor!: drop python2

This commit is contained in:
Eisuke Kawashima
2025-06-09 15:18:17 +09:00
parent 7d017f1cb1
commit 0975c8ddde
6 changed files with 6 additions and 18 deletions

View File

@ -10,7 +10,7 @@ test -s ../unicorn_mode/unicornafl/build/libunicornafl.a && {
export AFL_DEBUG_CHILD=1
# some python version should be available now
PYTHONS="`command -v python3` `command -v python` `command -v python2`"
PYTHONS="`command -v python3` `command -v python`"
EASY_INSTALL_FOUND=0
for PYTHON in $PYTHONS ; do