summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2021-07-16 14:39:08 -0400
committerKhem Raj <raj.khem@gmail.com>2021-07-20 09:27:56 -0700
commit422ffc7b515f59a96d9a4ca556d113c1d63879d8 (patch)
treef937ce1457b71894469301134b6d627d40735367 /meta-python
parenteae2588497550757bc3a26984900fbb8ec275906 (diff)
downloadmeta-openembedded-422ffc7b515f59a96d9a4ca556d113c1d63879d8.tar.gz
python3-geomet: Add missing RDEPENDS; add to packagegroup-meta-python
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb4
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 72ca86b04..063b6e4f2 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -145,6 +145,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
145 python3-future \ 145 python3-future \
146 python3-gast \ 146 python3-gast \
147 python3-geojson \ 147 python3-geojson \
148 python3-geomet \
148 python3-gevent \ 149 python3-gevent \
149 python3-gmpy2 \ 150 python3-gmpy2 \
150 python3-gmqtt \ 151 python3-gmqtt \
diff --git a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb
index bf2db495c..de05534b1 100644
--- a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb
@@ -17,5 +17,9 @@ inherit setuptools3
17 17
18RDEPENDS_${PN} += "\ 18RDEPENDS_${PN} += "\
19 ${PYTHON_PN}-click \ 19 ${PYTHON_PN}-click \
20 ${PYTHON_PN}-core \
21 ${PYTHON_PN}-io \
22 ${PYTHON_PN}-json \
23 ${PYTHON_PN}-logging \
20 ${PYTHON_PN}-six \ 24 ${PYTHON_PN}-six \
21" 25"