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