mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
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:
parent
d41402a80a
commit
cd2ce59b72
@ -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.
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user