app-antivirus/fangfrisch: disable py3.7

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-10-20 03:07:27 +00:00
parent b1754ad352
commit efc02bfcbe

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1 readme.gentoo-r1