From 422ffc7b515f59a96d9a4ca556d113c1d63879d8 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 16 Jul 2021 14:39:08 -0400 Subject: python3-geomet: Add missing RDEPENDS; add to packagegroup-meta-python Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | 4 ++++ 2 files changed, 5 insertions(+) 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 = "\ python3-future \ python3-gast \ python3-geojson \ + python3-geomet \ python3-gevent \ python3-gmpy2 \ 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 RDEPENDS_${PN} += "\ ${PYTHON_PN}-click \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-logging \ ${PYTHON_PN}-six \ " -- cgit v1.2.3-54-g00ecf