Remove pyobjc, enforce pip install location

This commit is contained in:
twangboy 2020-03-20 14:07:15 -06:00
parent 30ca5d04ec
commit 6b2ac2be64
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB
2 changed files with 15 additions and 3 deletions

View file

@ -284,7 +284,19 @@ echo "##########################################################################
echo "Installing Salt Dependencies with pip (normal)"
echo "################################################################################"
$PIP install -r $SRCDIR/pkg/osx/req.txt \
--no-cache-dir
--target=$PYDIR/site-packages \
--ignore-installed \
--no-cache-dir \
--upgrade
#echo "################################################################################"
#echo "Installing Salt Dependencies with pip (build_ext)"
#echo "################################################################################"
#$PIP install -r $SRCDIR/pkg/osx/req_ext.txt \
# --global-option=build_ext \
# --global-option="-I$INSTALL_DIR/include" \
# --ignore-installed \
# --no-cache-dir
echo "--------------------------------------------------------------------------------"
echo "Create Symlink to certifi for openssl"

View file

@ -5,6 +5,7 @@ certifi
cffi==1.12.2
CherryPy==17.4.1
click==7.0
cryptography==2.8
enum34==1.1.6
futures==3.2.0 ; python_version < "3.0"
gitpython==2.1.15
@ -19,8 +20,7 @@ psutil==5.6.1
pyasn1==0.4.5
pycparser==2.19
pycryptodome==3.8.1
pyobjc==5.3
pyopenssl
pyopenssl==19.1.0
python-dateutil==2.8.0
python-gnupg==0.4.4
pyyaml==5.1.2