mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
and add missing dependencies on dev-python/distro and sys-apps/coreutils. We need to bump the version to 20190124 because: * 20180611 is not compatible with python 3.9 because of missing distro module and trying to access os.errno (instead of importing the errno module). Also why we need the dependency on dev-python/distro * 20190124 is the last version before the repo was split and reorganized which would require more work to the ebuilds The coreutils dependency is necessary because the scripts call basename/nproc/cat but previously coreutils was pulled in by the following dependency chain: (dependency required by "app-admin/eselect-1.4.16::portage-stable" [binary]) (dependency required by "app-eselect/eselect-python-20160516::portage-stable" [binary]) (dependency required by "dev-lang/python-2.7.15::portage-stable" [binary]) (dependency required by "dev-python/boto-2.48.0::portage-stable" [binary]) (dependency required by "app-emulation/google-compute-engine-20180611::coreos" [binary]) (dependency required by "coreos-base/coreos-oem-gce-0.0.1-r5::coreos" [binary]) (dependency required by "coreos-base/coreos-oem-gce" [argument]) This chain seems to not hold any longer and we should be explicit about dependencies. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |