diff options
| author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-07-16 14:39:08 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-07-20 09:27:56 -0700 |
| commit | 422ffc7b515f59a96d9a4ca556d113c1d63879d8 (patch) | |
| tree | f937ce1457b71894469301134b6d627d40735367 | |
| parent | eae2588497550757bc3a26984900fbb8ec275906 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | 4 |
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 | ||
| 18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS_${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 | " |
