pip break_system_packages method and Ubuntu 24.04 support#83
Merged
PabloHiro merged 3 commits intoansible:mainfrom Apr 9, 2026
Merged
pip break_system_packages method and Ubuntu 24.04 support#83PabloHiro merged 3 commits intoansible:mainfrom
PabloHiro merged 3 commits intoansible:mainfrom
Conversation
|
i like to see this merged. as of now the downloadable receptor package from AWX cannot be used on current Ubuntu and Debian OSes because of PEP 668 |
|
I applied the patch like this, afterwards it worked for my Ubuntu 24.04 |
|
I tested this patch, works like a charm on Ubuntu 24.04! |
mhtr
pushed a commit
to mhtr/receptor-collection
that referenced
this pull request
Aug 18, 2025
Contributor
Author
|
@PabloHiro Any reason why #118 gets merged but this PR does not. |
Collaborator
@rexberg let me bring it up to the team. |
PabloHiro
reviewed
Apr 1, 2026
PabloHiro
approved these changes
Apr 9, 2026
dleehr
approved these changes
Apr 9, 2026
Can probably be changed to use the `break_system_packages` option when when ansible-core 2.17 is no longer considered new.
receptor_install_method=package will install receptor and python3-receptorctl via apt. molecule-ubuntu using Containerfile_ubuntu.j2.
Collaborator
|
@rexberg we have a requirement now to have verified commits signed with GPG keys. I have taken the freedom to sign your commits, hope you don't mind. This should be merging as soon as CI is finished. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Should solve #63 and #82
receptor_install_method=packagesince receptor and python3-receptorctl packages exists in the Ubuntu 24.04 repository.