fd31530672
pyasynchat is a compatibility package that provides the asynchat 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>
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
config BR2_PACKAGE_PYTHON_PYASYNCHAT
|
|
bool "python-pyasynchat"
|
|
select BR2_PACKAGE_PYTHON_PYASYNCORE # runtime
|
|
help
|
|
Make asynchat 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/pyasynchat
|