mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 14:13:54 -09:00
pyasyncore is a compatibility package that provides the asyncore module removed from the standard library in Python 3.12. It is needed to support fail2ban without a bundled copy and should be removed as soon as nothing in Buildroot depends on it. Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
config BR2_PACKAGE_PYTHON_PYASYNCORE
|
|
bool "python-pyasyncore"
|
|
help
|
|
Make asyncore available for Python 3.12 onwards.
|
|
|
|
This is a compatibility package using the code removed from
|
|
the standard libary, upstream does not intend any
|
|
maintenance.
|
|
|
|
https://github.com/simonrob/pyasyncore
|