1config BR2_PACKAGE_PYTHON_HYPERLINK 2 bool "python-hyperlink" 3 depends on BR2_PACKAGE_PYTHON3 # python-idna 4 select BR2_PACKAGE_PYTHON_IDNA # runtime 5 help 6 A featureful, correct URL for Python. 7 8 https://github.com/python-hyper/hyperlink 9