diff options
| author | Mauro Condarelli <mc5686@mclink.it> | 2016-02-06 23:59:55 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-19 23:38:04 +0100 |
| commit | 357b945957dacec8a0bf3aa425d9b40f45f5a487 (patch) | |
| tree | 393f33e3802c9b475b9534754a6eeb85e9075dff /package/python-treq/Config.in | |
| parent | 4753063e2861659260e1d6927eb66ea96c98c9e6 (diff) | |
| download | buildroot-357b945957dacec8a0bf3aa425d9b40f45f5a487.tar.gz buildroot-357b945957dacec8a0bf3aa425d9b40f45f5a487.zip | |
python-treq: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-treq/Config.in')
| -rw-r--r-- | package/python-treq/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-treq/Config.in b/package/python-treq/Config.in new file mode 100644 index 0000000000..a8590a9740 --- /dev/null +++ b/package/python-treq/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_PYTHON_TREQ + bool "python-treq" + select BR2_PACKAGE_PYTHON_REQUESTS # runtime + select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime + select BR2_PACKAGE_PYTHON_SIX # runtime + select BR2_PACKAGE_PYTHON_TWISTED # runtime + select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime + help + treq is an HTTP library inspired by requests but written on + top of Twisted's Agents. It provides a simple, higher level + API for making HTTP requests when using Twisted. + + https://github.com/twisted/treq |

