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