This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Package updates, 2021 edition, part 2 - python update #1900
Merged
Conversation
This file contains 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
1 task
krnowak
commented
May 18, 2022
krnowak
force-pushed
the
krnowak/pkg-updates-2021-part-2-python
branch
2 times, most recently
from
May 24, 2022 10:54
cb5fc77
to
5c92595
Compare
dongsupark
approved these changes
May 25, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Please squash unnecessary commits before merging.
Otherwise it was trying to pull in the latest stable python version, which currently is 3.10, while we still are using 3.9.
It seems to be picked up for some reason during SDK build, instead of using python 3.9.9: emerge: there are no ebuilds to satisfy "dev-lang/python-exec[python_targets_python3_10(-)]". (dependency required by "dev-lang/python-3.10.2_p1::portage-stable" [ebuild]) (dependency required by "sec-policy/selinux-base-2.20200818-r2::coreos" [ebuild]) (dependency required by "sec-policy/selinux-base-policy-2.20200818-r2::coreos" [ebuild]) (dependency required by "sec-policy/selinux-unconfined-2.20200818-r2::portage-stable" [ebuild])
It's from gentoo commit 99e8a93d029cb2370fb08397cdb6cd7b459b2353.
The berkdb flag is gone, sqlite flag is already enabled by default.
Disabling it per-package is a no-op since we disable berkdb globally through the make.defaults file. Also drop redundant enabling of berkdb in sys-libs/gdbm in target profile, because we already do it in the base profile.
krnowak
force-pushed
the
krnowak/pkg-updates-2021-part-2-python
branch
from
May 25, 2022 13:48
a2ccbca
to
c0f9657
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Contents of this PR:
Should be merged together with flatcar-archive/portage-stable#329.
CI passed: http://jenkins.infra.kinvolk.io:8080/job/os/job/manifest/5711/cldsv/
changelog/
directory (user-facing change, bug fix, security fix, update)