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}