python3-fail2ban: Fix build error of xrange.

NameError: name 'xrange' is not defined

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
leimaohui
2019-04-19 11:58:39 +08:00
committed by Armin Kuster
parent 926e5c5e8a
commit 67b7a89e63
2 changed files with 32 additions and 0 deletions
@@ -2,3 +2,7 @@ inherit setuptools3
require python-fail2ban.inc
RDEPENDS_${PN}-ptest = "python3-core python3-io python3-modules python3-fail2ban"
SRC_URI += " \
file://0001-To-fix-build-error-of-xrang.patch \
"