diff options
author | André Draszik <andre.draszik@jci.com> | 2018-02-16 09:50:53 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:12:36 -0800 |
commit | e135ac3ac7037c398fe27fe312132a6a23176c99 (patch) | |
tree | fec8db0b586f98aeec4b38f8515ede402b4f160b /meta-python | |
parent | 742404cc8ab08316b0c02310c89958972d43d22e (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 3 |
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 d91d993bf..0a2410f85 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 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-requests.inc | 2 | require python-requests.inc |
3 | |||
4 | # Add the runtime depends for selectors.py | ||
5 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" | ||