mirror of https://github.com/fail2ban/fail2ban
15 lines
538 B
Diff
15 lines
538 B
Diff
From 4d2fdd72e7463a9f6ed7ded9b58f81f4fd7688dc Mon Sep 17 00:00:00 2001
|
|
From: Yaroslav Halchenko <debian@onerussian.com>
|
|
Date: Sun, 21 Jan 2018 21:23:02 -0500
|
|
Subject: [PATCH 4/4] BF: use build_*_2to3 if in _2to3
|
|
|
|
On Debian systems py helpers first do python setup.py build
|
|
so conversion should happen then. Manual invocation of
|
|
./fail2ban-2to3 is least preferred since modifies in place
|
|
and would require additional special handling to monitor
|
|
changed files etc
|
|
---
|
|
setup.py | 6 ++++--
|
|
1 file changed, 4 insertions(+), 2 deletions(-)
|
|
|