xref: /OK3568_Linux_fs/buildroot/package/python-idna/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_IDNA
2	bool "python-idna"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON3_UNICODEDATA
5	help
6	  A library to support the Internationalised Domain Names in
7	  Applications (IDNA) protocol as specified in RFC 5891. This
8	  version of the protocol is often referred to as 'IDNA2008'
9	  and can produce different results from the earlier standard
10	  from 2003.
11
12	  https://github.com/kjd/idna
13