Skip to content
New issue

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

Remove usage of packaging.LegacyVersion #84

Merged
merged 1 commit into from
Dec 17, 2022

Conversation

koenvervloesem
Copy link
Member

@koenvervloesem koenvervloesem commented Dec 17, 2022

LegacyVersion was dropped in packaging 22.0, which makes the installation fail. Scikit-build instructions now recommend to use packaging.version.parse instead.

Description:

Installation of Theengs Gateway with pip fails on systems with Python package packaging 22.0. This PR remedies this failure.

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

Dropped in packaging 22.0, which makes the installation fail.
Scikit-build instructions now recommend to use
packaging.version.parse.
@1technophile
Copy link
Member

Thanks

@1technophile 1technophile merged commit cdcbdf0 into development Dec 17, 2022
@1technophile 1technophile deleted the fix_packaging_legacy_version branch December 17, 2022 11:25
@koenvervloesem koenvervloesem mentioned this pull request Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants