diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-11-14 14:22:41 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-15 22:17:14 +0100 |
commit | 3fa1087587f67db10b7351c4c0c94b9809e9892d (patch) | |
tree | 1861b86b390d5286d09b3b9cbec215e6c5df5158 /package/python-treq/Config.in | |
parent | 60b616a1a7f45c8c40fa46a0b43e1778a3cb2824 (diff) | |
download | buildroot-3fa1087587f67db10b7351c4c0c94b9809e9892d.tar.gz buildroot-3fa1087587f67db10b7351c4c0c94b9809e9892d.zip |
python-treq: bump version to 17.8.0
Add new runtime dependencies and add licence file checksum.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/python-treq/Config.in b/package/python-treq/Config.in index 2047cc0dc7..3a121ea71a 100644 --- a/package/python-treq/Config.in +++ b/package/python-treq/Config.in @@ -1,14 +1,16 @@ config BR2_PACKAGE_PYTHON_TREQ bool "python-treq" depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl + select BR2_PACKAGE_PYTHON_ATTRS # runtime + select BR2_PACKAGE_PYTHON_IDNA # runtime + select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime 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 + top of Twisted's Agents. It provides a simple, higher level API for making HTTP requests when using Twisted. https://github.com/twisted/treq |