diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-09-13 16:18:59 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-09-22 23:35:37 +0200 |
commit | 662b775c5c89afc6ee92de844a4a8b13873de649 (patch) | |
tree | 00fdccd24da4f0001ced1e1bb4be2153e197477a /package/python-aiocoap/Config.in | |
parent | c8352f997df76b6a76b3316a8d312540413097ef (diff) | |
download | buildroot-662b775c5c89afc6ee92de844a4a8b13873de649.tar.gz buildroot-662b775c5c89afc6ee92de844a4a8b13873de649.zip |
python-aiocoap: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-aiocoap/Config.in')
-rw-r--r-- | package/python-aiocoap/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-aiocoap/Config.in b/package/python-aiocoap/Config.in new file mode 100644 index 0000000000..cf5ca4e844 --- /dev/null +++ b/package/python-aiocoap/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_AIOCOAP + bool "python-aiocoap" + depends on BR2_PACKAGE_PYTHON3 + help + Python CoAP library. + + https://github.com/chrysn/aiocoap |