mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
app-misc/ca-certificates: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
30a1ecd137
commit
2e2da29c85
@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
inherit python-any-r1 systemd
|
||||
|
||||
RTM_NAME="NSS_${PV//./_}_RTM"
|
Loading…
Reference in New Issue
Block a user