xref: /OK3568_Linux_fs/buildroot/package/python-ipaddr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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