From e11c66f01f46b1797ab909879fca22856c205248 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 21 Aug 2017 13:49:59 -0300 Subject: python-requests: Update to version 2.18.4 Signed-off-by: Fabio Berton Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-requests_2.18.4.bb (limited to 'meta-python/recipes-devtools/python/python3-requests_2.18.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb new file mode 100644 index 0000000000..d91d993bf2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb @@ -0,0 +1,5 @@ +inherit setuptools3 +require python-requests.inc + +# Add the runtime depends for selectors.py +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit 1.2.3-korg