Files
meta-security/recipes-security/fail2ban/python3-fail2ban_0.10.4.0.bb
leimaohui 67b7a89e63 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>
2019-06-16 08:29:01 -07:00

9 lines
205 B
BlitzBasic

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 \
"