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.
This commit is contained in:
Krzesimir Nowak 2021-09-09 09:00:24 +02:00
parent d41402a80a
commit cd2ce59b72
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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}