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

bcc: drop python3-distutils runtime dependency #904

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

shr-project
Copy link
Contributor

distutils package no longer exists after python 3.12 upgrade.

I haven't run ptest for this, but at least it will parse well now instead of:
ERROR: Nothing RPROVIDES 'python3-distutils' (but meta-clang/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb RDEPENDS on or otherwise requires it)

distutils package no longer exists after python 3.12 upgrade.

I haven't run ptest for this, but at least it will parse well now.
@shr-project shr-project requested a review from kraj as a code owner January 21, 2024 12:14
@@ -22,7 +22,7 @@ LUAJIT:powerpc64 = ""
LUAJIT:riscv64 = ""

RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz"
RDEPENDS:${PN}-ptest = "cmake python3 python3-distutils python3-netaddr python3-pyroute2"
RDEPENDS:${PN}-ptest = "cmake python3 python3-netaddr python3-pyroute2"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch I have a local change where I bump to 0.29.1 as well but ptests have failures so perhaps it will be good to first try it with existing rev and I have clang 18 as well which might be playing part too

@kraj kraj merged commit 1aadfcc into kraj:master Jan 21, 2024
1 check passed
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