diff options
3 files changed, 13 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" | ||
diff --git a/meta-python/recipes-devtools/python/python-requests-oauthlib_0.8.0.bb b/meta-python/recipes-devtools/python/python-requests-oauthlib_0.8.0.bb new file mode 100644 index 0000000000..43189150ab --- /dev/null +++ b/meta-python/recipes-devtools/python/python-requests-oauthlib_0.8.0.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require python-requests-oauthlib.inc | ||
2 | inherit pypi setuptools | ||
3 | |||
diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_0.8.0.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_0.8.0.bb new file mode 100644 index 0000000000..1294661509 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_0.8.0.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require python-requests-oauthlib.inc | ||
2 | inherit pypi setuptools3 | ||
3 | |||