Skip to content

mongodb: fix build with python 3.12 and upgrade to 4.4.29 #943

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

Open
wants to merge 2 commits into
base: scarthgap
Choose a base branch
from

Conversation

abelal
Copy link
Contributor

@abelal abelal commented Mar 6, 2025

No description provided.

abelal added 2 commits March 6, 2025 21:53
The moduleconfig.py build script uses the 'imp' module which
is deprecated in favor of 'importlib' in python 3.12. This fixes
the build issue by replacing the affected portion of the code
and the package now builds fine on hosts with python 3.12.

Signed-off-by: Awais Belal <[email protected]>
Move on to 4.4.29 and drop a patch that is not applicable anymore.

Signed-off-by: Awais Belal <[email protected]>
@kraj
Copy link
Contributor

kraj commented Mar 7, 2025

this is needed on master too, so I have pulled it into master-next as of now and it should appear in master after CI after that please send backport request which @akuster would entertain, preferably send it to openembedded-devel mailing list for faster response

@abelal
Copy link
Contributor Author

abelal commented Mar 8, 2025

Hi @kraj, I did send it over to the openembedded-devel ML after the PR generation here. https://patchwork.yoctoproject.org/project/oe/list/?series=32253

@kraj
Copy link
Contributor

kraj commented Mar 10, 2025

This fails to build as I reported on ML, so please take a look.

@abelal
Copy link
Contributor Author

abelal commented Mar 10, 2025

Hi @kraj, thanks a lot for testing this out. I've responded on the ML.

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