cleanup alarmdecoder

This commit is contained in:
2022-03-20 09:43:12 +01:00
committed by Andreas Billmeier
parent cb5eac48e5
commit fc2e6dc5fe
3 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1