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

yamllint - specify python version #37277

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

smoser
Copy link
Member

@smoser smoser commented Dec 17, 2024

When building a python apckage, it will install into a specific usr/lib/python3.XX/site-packages thus rendering the dependency on build-time of that specific python interpreter.

The runtime dependencies are resolved at install time, and at that point they may have moved.

This dependency is thus correct and required to keep the package running.

When building a python apckage, it will install into a specific
usr/lib/python3.XX/site-packages thus rendering the dependency
on build-time of that specific python interpreter.

The runtime dependencies are resolved at install time, and
at that point they may have moved.

This dependency is thus correct and required to keep the
package running.
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Dec 17, 2024
@smoser smoser requested a review from dannf December 19, 2024 14:54
Copy link
Member

@dannf dannf left a comment

Choose a reason for hiding this comment

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

thx

@smoser smoser merged commit a8d20a2 into wolfi-dev:main Dec 19, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants