diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-02-05 16:03:44 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-06 08:08:59 -0800 |
commit | c19f3a7716abd9802fd007200519de6c5904e7f8 (patch) | |
tree | d2cde44e808f115ad1b473da511453325b4ef021 /meta-python/recipes-devtools/python/python-requests-oauthlib.inc | |
parent | 1a502b3086d0490afb527fb919f1d5e051dd8e43 (diff) | |
download | meta-openembedded-c19f3a7716abd9802fd007200519de6c5904e7f8.tar.gz |
python-requests-oauthlib: Recipes to provide support for Requests-Oauthlib libraries
Yocto recipes for Python Requests and Oauthlib libraries to provide
easy-to-use Python 2 and Python 3 interfaces for building OAuth1 and
OAuth2 clients.
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-requests-oauthlib.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-requests-oauthlib.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests-oauthlib.inc b/meta-python/recipes-devtools/python/python-requests-oauthlib.inc new file mode 100644 index 0000000000..4bc6a368c0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-requests-oauthlib.inc | |||
@@ -0,0 +1,7 @@ | |||
1 | LICENSE = "ISC" | ||
2 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863" | ||
3 | |||
4 | SRC_URI[md5sum] = "4358a879a4377393bcfd37d0f9ae6d4d" | ||
5 | SRC_URI[sha256sum] = "883ac416757eada6d3d07054ec7092ac21c7f35cb1d2cf82faf205637081f468" | ||
6 | |||
7 | RDEPENDS_${PN} += "${PYTHON_PN}-requests" | ||