diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 10:57:27 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 11:10:25 -0800 |
commit | dbf7e04668dba61ffd9600d00af96bb01d88fd65 (patch) | |
tree | 42bea91596608764ea6b40598e2d593628490ef7 /meta-python/recipes-connectivity/python-pyro4 | |
parent | e7c7e2f457e936e94f69c9c4daa96d91272bd16e (diff) | |
download | meta-openembedded-dbf7e04668dba61ffd9600d00af96bb01d88fd65.tar.gz |
python3-pyro4: Remove absent py3 modules from rdeps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity/python-pyro4')
-rw-r--r-- | meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb index f9dd9300b0..ffe58ee9ca 100644 --- a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb +++ b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb | |||
@@ -11,8 +11,6 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS_${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | ${PYTHON_PN}-logging \ |
14 | ${PYTHON_PN}-selectors34 \ | ||
15 | ${PYTHON_PN}-serpent \ | 14 | ${PYTHON_PN}-serpent \ |
16 | ${PYTHON_PN}-threading \ | 15 | ${PYTHON_PN}-threading \ |
17 | ${PYTHON_PN}-zlib \ | ||
18 | " | 16 | " |