incubator-ponymail
incubator-ponymail copied to clipboard
Bug: install.py uses deprecated method and Python2 - is it needed?
install.py uses the deprecated method platform.linux_distribution() There does not appear to be a built-in replacement.
It also uses Python2, whereas all the other scripts use Python3.
It's not clear if the script is still needed.
I think the script should be deleted