Files
buildroot/package/python-pyasyncore/Config.in
Fiona Klute (WIWA) 01aa65bc57 package/python-pyasyncore: new package
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>
2024-07-09 21:23:09 +02:00

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