summaryrefslogtreecommitdiffstats
path: root/package/python-ipaddr/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-12-02 13:56:25 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-07 23:10:14 +0100
commit6ce7cf7f75690dc22081c8572b62400a06d2d7b6 (patch)
tree83715e200129d5eafbf6f72647538262a580a9ac /package/python-ipaddr/Config.in
parent8b3b60c96b5c8c45250b3bf93f505073d973cab7 (diff)
downloadbuildroot-6ce7cf7f75690dc22081c8572b62400a06d2d7b6.tar.gz
buildroot-6ce7cf7f75690dc22081c8572b62400a06d2d7b6.zip
python-ipaddr: new package
The functionality is included in python3 as the ipaddress module, so make it python2 only. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-ipaddr/Config.in')
-rw-r--r--package/python-ipaddr/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-ipaddr/Config.in b/package/python-ipaddr/Config.in
new file mode 100644
index 0000000000..cce67c197a
--- /dev/null
+++ b/package/python-ipaddr/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_IPADDR
+ depends on BR2_PACKAGE_PYTHON # included since python3.3
+ bool "python-ipaddr"
+ help
+ An IPv4/IPv6 manipulation library in Python. This library is
+ used to create/poke/manipulate IPv4 and IPv6 addresses and
+ prefixes.
+
+ https://code.google.com/p/ipaddr-py/
OpenPOWER on IntegriCloud