1config BR2_PACKAGE_PYTHON_IPADDR 2 bool "python-ipaddr" 3 depends on BR2_PACKAGE_PYTHON # included since python3.3 4 help 5 An IPv4/IPv6 manipulation library in Python. This library is 6 used to create/poke/manipulate IPv4 and IPv6 addresses and 7 prefixes. 8 9 https://github.com/google/ipaddr-py 10