xref: /OK3568_Linux_fs/buildroot/package/python-uvloop/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_UVLOOP
2*4882a593Smuzhiyun	bool "python-uvloop"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # libuv
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libuv
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUV
9*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON3_SSL
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Fast implementation of asyncio event loop on top of libuv.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://github.com/MagicStack/uvloop
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "python-uvloop needs a toolchain w/ NPTL, dynamic library"
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
17*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19