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 /meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | |
| 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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 | " |
