From f35b125ee318055cc0de33d1b58477177ed87f87 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 6 Sep 2021 17:40:26 +0200 Subject: [PATCH] sys-boot/grub: Drop python2 compatibility --- .../sys-boot/grub/{grub-2.02-r6.ebuild => grub-2.02-r7.ebuild} | 0 .../third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/sys-boot/grub/{grub-2.02-r6.ebuild => grub-2.02-r7.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r6.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r7.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r6.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r7.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild index 2e97454696..11d1f7c004 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild @@ -16,7 +16,7 @@ fi inherit cros-workon if [[ -n ${GRUB_AUTOGEN} ]]; then - PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) + PYTHON_COMPAT=( python{3_5,3_6,3_7} ) WANT_LIBTOOL=none inherit autotools python-any-r1 fi