aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-02-16 09:50:53 +0000
committerArmin Kuster <akuster808@gmail.com>2018-03-01 16:12:36 -0800
commite135ac3ac7037c398fe27fe312132a6a23176c99 (patch)
treefec8db0b586f98aeec4b38f8515ede402b4f160b /meta-python/recipes-devtools/python
parent742404cc8ab08316b0c02310c89958972d43d22e (diff)
downloadmeta-openembedded-contrib-e135ac3ac7037c398fe27fe312132a6a23176c99.tar.gz
python3-requests: drop incorrect RDEPENDS
The mentioned selectors.py is part of python3-core since OE-core commit 54ac820b8a63 ("python3: Restructure python3 packaging and replace it with autopackaging") and actually was in python3-selectors before that anyway (even in pyro). Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests_2.18.4.bb3
1 files changed, 0 insertions, 3 deletions
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
index d91d993bf2..0a2410f85c 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
@@ -1,5 +1,2 @@
inherit setuptools3
require python-requests.inc
-
-# Add the runtime depends for selectors.py
-RDEPENDS_${PN} += "${PYTHON_PN}-misc"