From e4dbe66e457d789d1d16306bcaed35fba0f0e89d Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 10 Dec 2021 20:09:53 +0100 Subject: [PATCH] changelog: Add an entry --- changelog/changes/2021-12-10-python-update.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/changes/2021-12-10-python-update.md diff --git a/changelog/changes/2021-12-10-python-update.md b/changelog/changes/2021-12-10-python-update.md new file mode 100644 index 0000000000..948a5a0b58 --- /dev/null +++ b/changelog/changes/2021-12-10-python-update.md @@ -0,0 +1,2 @@ +- Rework the way we set up the default python intepreter in SDK - it is now without specifying a version. This should work fine as long as we keep having one version of python in SDK. +- Add a way to remove packages that are hard-blockers for update. A hard-blocker means that the package needs to be removed (for example with `emerge -C`) before an update can happen.