get builds working locally (finally)

This commit is contained in:
Erik Gomez
2023-01-09 16:42:19 -06:00
parent 719933dc78
commit f58ac5b70e
3 changed files with 11 additions and 1 deletions
+3
View File
@@ -120,6 +120,9 @@ else
/usr/bin/sudo /usr/sbin/chown -R ${CONSOLEUSER}:wheel "$TOOLSDIR/$TYPE"
fi
# Force the C Path depending on the version of Python to allow tools like cffi/xattr to build without wheels
export C_INCLUDE_PATH="/Library/Frameworks/Python.framework/Versions/${PYTHON_BIN_VERSION}/include/python${PYTHON_BIN_VERSION}"
# build the framework
RP_EXTRACT_BINDIR="${RP_BINDIR}/relocatable-python-${RP_SHA}"
"${RP_EXTRACT_BINDIR}/make_relocatable_python_framework.py" \
+6 -1
View File
@@ -1,2 +1,7 @@
pycparser=2.21
cffi==1.15.1
--no-binary cffi
pycparser==2.21
pyobjc==9.0.1
six==1.16.0
xattr==0.10.1
--no-binary xattr
+2
View File
@@ -4,6 +4,7 @@ attrs==22.2.0
black==22.12.0
certifi==2022.12.7
cffi==1.15.1
--no-binary cffi
cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
@@ -36,3 +37,4 @@ tomli==2.0.1
urllib3==1.26.13
virtualenv==20.17.1
xattr==0.10.1
--no-binary xattr