From 6424530f45e6ad9f36855f9b3d8f5878fc62678d Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Fri, 30 Aug 2019 19:46:14 +0000 Subject: [PATCH] profiles/oem-aci: provide old python This ensures the gce agent ACI has python. For unknown reasons including python-3.6.5 in package.provided causes both python 3.x and 2.x to be removed but we still need 2.x. I don't know why this works. Any version older than the 2.7 version we use works. Portage appears to be doing the opposite of what it should be. --- .../profiles/coreos/targets/generic/oem-aci/package.provided | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided index 25c1c35d24..e6d27e0e88 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.provided @@ -2,4 +2,4 @@ sys-auth/sssd-1.13.1 # Stick to one version of Python in the ACI. -dev-lang/python-3.6.5 +dev-lang/python-2.7