diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-01-04 18:09:22 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-15 22:25:32 +0200 |
commit | 90fbac29e2d0d87a7e1ae764f05fd18dea04df31 (patch) | |
tree | 5837611c2b627e2f6072687f562d09fc1ac0f77d /package/python-pysocks/Config.in | |
parent | 3cfd8bf15cd8b80215bb70db28e065ff0b80437b (diff) | |
download | buildroot-90fbac29e2d0d87a7e1ae764f05fd18dea04df31.tar.gz buildroot-90fbac29e2d0d87a7e1ae764f05fd18dea04df31.zip |
python-pysocks: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pysocks/Config.in')
-rw-r--r-- | package/python-pysocks/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-pysocks/Config.in b/package/python-pysocks/Config.in new file mode 100644 index 0000000000..cd38d4d3bc --- /dev/null +++ b/package/python-pysocks/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_PYSOCKS + bool "python-pysocks" + help + A Python SOCKS client module. + + https://github.com/Anorov/PySocks |