summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 72ca86b047..063b6e4f2c 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 bf2db495ca..de05534b16 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"