bannsec / stegoVeritas

Yet another Stego Tool
GNU General Public License v2.0
357 stars 38 forks source link

platform.dist() deprecation #19

Closed noraj closed 5 years ago

noraj commented 5 years ago

About install_deps.py

>>> platform.dist()
__main__:1: DeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5

Similar issue and fix: https://github.com/saltstack/salt/issues/37070

According to https://bugs.python.org/issue1322, it will be removed in python 3.8.

bannsec commented 5 years ago

Thanks for the heads up. Looks like we'll need to replace those calls with the distro package:

https://pypi.org/project/distro/