[net-analyzer/fail2ban] add py3k9

This commit is contained in:
Robert Förster 2020-08-22 05:22:53 +02:00
parent 2575837a21
commit 5b805f6690
1 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_SINGLE_IMPL=1
inherit bash-completion-r1 distutils-r1 git-r3 systemd
@ -42,9 +42,7 @@ python_prepare_all() {
}
python_compile() {
if python_is_python3; then
./fail2ban-2to3 || die
fi
./fail2ban-2to3 || die
distutils-r1_python_compile
}