mirror of
https://github.com/openwrt/packages.git
synced 2025-12-28 07:50:04 +04:00
Issue: 2to3 support has been removed in setuptools since version 58.0.0. Fix: openwrt/packages#17311 Requirements: 2to3/host openwrt/packages#17429 Add upstream patch:196c55e931To install/build for python3 from source, it is necessary to convert to py3 codebase before setup (invoke 2to3 or ./fail2ban-2to3 firstly). > ./fail2ban-2to3 > python3 setup.py build (cherry picked from commitad0e1a1c3c) Signed-off-by: Kerma Gérald <gandalf@gk2.net>