mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
update_chroot: Check also for a new blocker package name
The `dev-python/setuptools_scm` was renamed in first quarter of 2023 to `dev-python/setuptools-scm` (the underline was replaced with a dash). To be safe, check for blockers with the new package name, just in case.
This commit is contained in:
parent
1d589ca9d8
commit
093dd589aa
@ -248,7 +248,8 @@ info "Maybe removing some hard blocks"
|
|||||||
# versions have !!<dev-python/setuptools_scm-2 in BDEPEND).
|
# versions have !!<dev-python/setuptools_scm-2 in BDEPEND).
|
||||||
remove_hard_blocks \
|
remove_hard_blocks \
|
||||||
sudo_e_emerge equery \
|
sudo_e_emerge equery \
|
||||||
dev-python/setuptools_scm:2
|
dev-python/setuptools_scm:2 \
|
||||||
|
dev-python/setuptools-scm:2
|
||||||
|
|
||||||
# Second pass, update everything else.
|
# Second pass, update everything else.
|
||||||
EMERGE_FLAGS+=( --deep )
|
EMERGE_FLAGS+=( --deep )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user