forked from flux-framework/flux-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: do not use deprecated distutils Python module
Problem: distutils has been deprecated in Python 3.12, but AM_CHECK_PYMOD uses StrictVersion from distutils.version to aid in version comparison of Python modules. Follow the advice in https://peps.python.org/pep-0632/#migration-advice And use packaging.version.Version instead. (LooseVersion was unused, so need for a replacement)
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters