mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
Merge pull request #3651 from dm0-/glsa
profiles: Use Python 3 for glib-utils
This commit is contained in:
commit
00a75237f9
@ -25,6 +25,9 @@ dev-python/pyblake2 -python_targets_python3_6
|
|||||||
dev-python/uritemplate -python_targets_python3_6
|
dev-python/uritemplate -python_targets_python3_6
|
||||||
sys-apps/portage -python_targets_python3_6
|
sys-apps/portage -python_targets_python3_6
|
||||||
|
|
||||||
|
# python3 only
|
||||||
|
dev-util/glib-utils python_single_target_python3_6
|
||||||
|
|
||||||
sys-apps/gptfdisk -icu
|
sys-apps/gptfdisk -icu
|
||||||
|
|
||||||
# for profile migration
|
# for profile migration
|
||||||
|
@ -22,3 +22,6 @@ app-arch/xz-utils-0
|
|||||||
|
|
||||||
# doesn't cross-compile, but required for glog, gflags, etc.
|
# doesn't cross-compile, but required for glog, gflags, etc.
|
||||||
dev-util/cmake-3.9.6
|
dev-util/cmake-3.9.6
|
||||||
|
|
||||||
|
# pulled in by dev-libs/glib
|
||||||
|
dev-util/glib-utils-9999
|
||||||
|
Loading…
x
Reference in New Issue
Block a user