Need to use Python3-OpenSSL instead of python-openssl and remove Python2 as it's not useful anymore.master
#!/usr/bin/env bash | #!/usr/bin/env bash | ||||
declare -a py_versions=( \ | declare -a py_versions=( \ | ||||
"2" \ | |||||
"3" \ | "3" \ | ||||
"3.5" \ | "3.5" \ | ||||
"3.6" \ | "3.6" \ | ||||
tk-dev \ | tk-dev \ | ||||
libffi-dev \ | libffi-dev \ | ||||
liblzma-dev \ | liblzma-dev \ | ||||
python-openssl \ | |||||
python3-openssl \ | |||||
git \ | git \ | ||||
graphviz \ | graphviz \ | ||||
libxslt1-dev | libxslt1-dev |