From 162d0d434e29253c23c67df7c499947a7cbe9066 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 30 Nov 2021 19:05:44 +0100 Subject: [PATCH] sys-boot/grub: Make PYTHON_COMPAT a bit more future-proof --- .../sys-boot/grub/{grub-2.02-r7.ebuild => grub-2.02-r8.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-r7.ebuild => grub-2.02-r8.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r7.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r8.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r7.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r8.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 e4d001d06c..d95280f411 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{3_5,3_6,3_7} ) + PYTHON_COMPAT=( python3_{6..10} ) WANT_LIBTOOL=none inherit autotools python-any-r1 fi