9177475111
idna requires unicodedata: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "usr/lib/python3.7/site-packages/idna/__init__.py", line 2, in <module> File "usr/lib/python3.7/site-packages/idna/core.py", line 3, in <module> ModuleNotFoundError: No module named 'unicodedata' Signed-off-by: Alex Xu <alex_y_xu@yahoo.ca> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
config BR2_PACKAGE_PYTHON_IDNA
|
|
bool "python-idna"
|
|
select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3
|
|
help
|
|
A library to support the Internationalised Domain Names in
|
|
Applications (IDNA) protocol as specified in RFC 5891. This
|
|
version of the protocol is often referred to as 'IDNA2008'
|
|
and can produce different results from the earlier standard
|
|
from 2003.
|
|
|
|
https://github.com/kjd/idna
|