mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch 'update_mac_build_scripts' of github.com:twangboy/salt into update_mac_build_scripts
This commit is contained in:
commit
a53977de5b
2 changed files with 15 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue