mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-13 01:50:37 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
1a502b3086
commit
c19f3a7716
@@ -0,0 +1,7 @@
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
|
||||
|
||||
SRC_URI[md5sum] = "4358a879a4377393bcfd37d0f9ae6d4d"
|
||||
SRC_URI[sha256sum] = "883ac416757eada6d3d07054ec7092ac21c7f35cb1d2cf82faf205637081f468"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-requests"
|
||||
@@ -0,0 +1,3 @@
|
||||
require python-requests-oauthlib.inc
|
||||
inherit pypi setuptools
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
require python-requests-oauthlib.inc
|
||||
inherit pypi setuptools3
|
||||
|
||||
Reference in New Issue
Block a user