Add new python-pyasyncore and python-pyasynchat runtime dependencies. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
config BR2_PACKAGE_PYTHON_PYFTPDLIB
|
|
bool "python-pyftpdlib"
|
|
select BR2_PACKAGE_PYTHON_PYASYNCHAT # runtime
|
|
select BR2_PACKAGE_PYTHON_PYASYNCORE # runtime
|
|
help
|
|
Extremely fast and scalable Python FTP server library.
|
|
|
|
https://github.com/giampaolo/pyftpdlib
|