From cd2ce59b720b6cf614ebf77b25ba9db088961814 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 9 Sep 2021 09:00:24 +0200 Subject: [PATCH] dev-util/catalyst: Revert one Flatcar modification We have added a keyworded ebuild for python3.8, so now there is one less reason for keeping this package in overlay. --- .../src/third_party/coreos-overlay/dev-util/catalyst/README.md | 1 - .../coreos-overlay/dev-util/catalyst/catalyst-3.0.14-r1.ebuild | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md index 9d173f71c9..7eeb779bb2 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md +++ b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md @@ -1,7 +1,6 @@ This is a fork of dev-util/catalyst package. The reasons for having it here are: -- Drop support for python 3.8 we haven't yet packaged. - Add patches that move the scripts to use python3 explicitly, because /usr/bin/python is still pointing to python2, but our portage is now a python3 code. diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14-r1.ebuild index 0b485d2078..9e097fba35 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14-r1.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" fi -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 ${SRC_ECLASS}