mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 02:11:33 +01:00
net-firewall/nftables: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
7888ad939b
commit
9b5573feba
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_7 )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
|
||||
inherit autotools linux-info python-r1 systemd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user