Merge branch 'update_mac_build_scripts' of github.com:twangboy/salt into update_mac_build_scripts

This commit is contained in:
Pedro Algarvio 2020-03-20 20:13:31 +00:00
commit a53977de5b
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
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