Install packages into the vent separately to avoid psycopg build issues.

This commit is contained in:
Dave Page
2023-05-24 15:47:48 +01:00
committed by GitHub
parent 619680e71f
commit 7609038a16

View File

@@ -85,9 +85,10 @@ _create_python_env() {
--upgrade-pip \
--python-version "${PGADMIN_PYTHON_VERSION}" \
--os-version "${PYTHON_OS_VERSION}" \
--pip-requirements "${SOURCE_DIR}/requirements.txt" \
--destination "${BUNDLE_DIR}/Contents/Frameworks/"
"${BUNDLE_DIR}/Contents/Frameworks/Python.framework/Versions/Current/bin/pip3" install -r "${SOURCE_DIR}/requirements.txt"
# Make sure all the .so's in the Python env have the executable bit set
# so they get properly signed later
OLD_IFS=${IFS}