commented out python which was breaking Mac builds due to SSL issue with hashlib import error

pull/2/head
Hari Sekhon 5 years ago
parent ed96cb5626
commit ded653c414

@ -22,7 +22,11 @@ golang
jq
jwhois
parallel
python
# causes SSL related errors like:
# from hashlib import md5, sha1, sha256
# ImportError: cannot import name md5
# and is unnecessary because Macs always come with Python
#python
readline
shellcheck
wget

Loading…
Cancel
Save