diff --git a/cliv2/scripts/prepare_licenses.sh b/cliv2/scripts/prepare_licenses.sh index 0da67c6504..c50503bc2f 100755 --- a/cliv2/scripts/prepare_licenses.sh +++ b/cliv2/scripts/prepare_licenses.sh @@ -7,5 +7,4 @@ if python3 -c 'print("python3")' > /dev/null 2>&1; then PYTHON_VERSION="3" fi -PIP_BREAK_SYSTEM_PACKAGES=1 pip$PYTHON_VERSION install requests python$PYTHON_VERSION $BASEDIR/prepare_licenses.py