mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/python-idna: select unicodedata support in python interpreter
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>
This commit is contained in:
parent
89591940ea
commit
9177475111
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_PYTHON_IDNA
|
config BR2_PACKAGE_PYTHON_IDNA
|
||||||
bool "python-idna"
|
bool "python-idna"
|
||||||
|
select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
|
||||||
|
select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3
|
||||||
help
|
help
|
||||||
A library to support the Internationalised Domain Names in
|
A library to support the Internationalised Domain Names in
|
||||||
Applications (IDNA) protocol as specified in RFC 5891. This
|
Applications (IDNA) protocol as specified in RFC 5891. This
|
||||||
|
Loading…
x
Reference in New Issue
Block a user