From f5e0e8b245c38bed7c7dc009f448bdfbf77c5063 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 4 Mar 2024 11:34:50 +0100 Subject: [PATCH] overlay dev-python/boto: Add README --- .../third_party/coreos-overlay/dev-python/boto/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/dev-python/boto/README.md diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/boto/README.md b/sdk_container/src/third_party/coreos-overlay/dev-python/boto/README.md new file mode 100644 index 0000000000..6b122c15ca --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/dev-python/boto/README.md @@ -0,0 +1,8 @@ +This is a straight copy of Gentoo package, with no modifications at +all. The reason for keeping it in overlay is that upstream plans to +drop the package on 28th March, 2024. + +The package is needed only by the app-emulation/google-compute-engine +package, which is quite old (version string mentions 2019), so work +needs to be done to update it in order to drop the dependency on the +obsolete boto package (Gentoo has dev-python/boto3 package).