ssh-ident icon indicating copy to clipboard operation
ssh-ident copied to clipboard

Deprecation warning for distutils (Fedora 35 beta)

Open zapp42 opened this issue 3 years ago • 1 comments

I get the following warning since upgrading to Fedora 35 beta:

~/bin/ssh:316: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives import distutils.spawn

zapp42 avatar Sep 30 '21 08:09 zapp42

Please have a look at the fork at https://github.com/ssh-ident/ssh-ident1, just added a workaround that should fit Python 2.x, 3.x and also 3.10+ with deprecation warnings and even Python 3.12+ without distutils library. Would be nice if you could test it in your environment.

maddes-b avatar Jan 09 '22 13:01 maddes-b