diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2018-08-31 11:27:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-08 23:33:58 +0200 |
commit | e201eaad76b30e927715ca30dd1d2fb61d85474e (patch) | |
tree | 03c3d213311e5583ddb714524353300f916226e9 /package/python-zeroconf/Config.in | |
parent | 45841bd443c0c360f8f205445f85bc607de1b219 (diff) | |
download | buildroot-e201eaad76b30e927715ca30dd1d2fb61d85474e.tar.gz buildroot-e201eaad76b30e927715ca30dd1d2fb61d85474e.zip |
python-zeroconf: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: fix license, it's LGPL-2.1+, not LGPL-2.1]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-zeroconf/Config.in')
-rw-r--r-- | package/python-zeroconf/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-zeroconf/Config.in b/package/python-zeroconf/Config.in new file mode 100644 index 0000000000..ac1acbbd8c --- /dev/null +++ b/package/python-zeroconf/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_ZEROCONF + bool "python-zeroconf" + depends on BR2_PACKAGE_PYTHON3 + select BR2_PACKAGE_PYTHON_NETIFACES # runtime + help + Pure Python Multicast DNS Service Discovery Library + (Bonjour/Avahi compatible). + + https://github.com/jstasiak/python-zeroconf |