Files
rpi-buildroot/package/python-pyasynchat/Config.in
Peter Korsgaard abad994acd package/python-pyasynchat: fix 'library' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2024-12-09 23:34:23 +01:00

12 lines
346 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 library, upstream does not intend any
maintenance.
https://github.com/simonrob/pyasynchat