-
Notifications
You must be signed in to change notification settings - Fork 54
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
Stop using setuptools for version checks and stop depending on it directly #1349
Comments
mdellweg
added a commit
to mdellweg/pulp_ansible
that referenced
this issue
Feb 5, 2023
Pythons pkg_resources Requirement introduced stricter PEP-440 checking that is incompatible with ansible versions. fixes pulp#1349
gerrod3
pushed a commit
that referenced
this issue
Feb 7, 2023
Pythons pkg_resources Requirement introduced stricter PEP-440 checking that is incompatible with ansible versions. fixes #1349
mdellweg
added a commit
that referenced
this issue
Feb 10, 2023
mdellweg
added a commit
that referenced
this issue
Feb 10, 2023
mdellweg
added a commit
that referenced
this issue
Feb 10, 2023
mdellweg
added a commit
that referenced
this issue
Feb 10, 2023
mdellweg
added a commit
that referenced
this issue
Feb 10, 2023
mdellweg
added a commit
that referenced
this issue
Feb 10, 2023
gerrod3
pushed a commit
that referenced
this issue
Feb 23, 2023
mdellweg
added a commit
that referenced
this issue
Feb 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead, use
Version
andSimpleSpec
fromsemantic_version
, to better fit the ansible version specifications.The text was updated successfully, but these errors were encountered: