We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of Python 3.10 the distutils package has been deprecated and it will be removed from Python 3.12.
Hamster has a minor dependency on distutils in src/hamster/client.py. I will make a PR shortly.
The dependency on python3-distutils should be replaced by python3-packaging.
The text was updated successfully, but these errors were encountered:
Are you sure? I think this was already fixed by f14e427 ?
Sorry, something went wrong.
Oops, sorry for the noise. I thought my fork was up-to-date but alas, no.
No branches or pull requests
As of Python 3.10 the distutils package has been deprecated and it will be removed from Python 3.12.
Hamster has a minor dependency on distutils in src/hamster/client.py. I will make a PR shortly.
The dependency on python3-distutils should be replaced by python3-packaging.
The text was updated successfully, but these errors were encountered: