package/python-idna: select unicodedata support in python interpreter
authorSigned-off-by: Alex Xu <alex_y_xu@yahoo.ca>
Wed, 17 Jul 2019 19:12:15 +0000 (15:12 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 18 Jul 2019 20:25:27 +0000 (22:25 +0200)
commit9177475111050728193159259c5853b4f5ae053f
tree6143762f187a123b88f91d0913c9420d9b5d7c08
parent89591940eaa1e69c690ce556d1803098cab014df
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>
package/python-idna/Config.in