diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | e7430b5874ae68c02a4cc0ecdbe76b62446c67c6 (patch) | |
tree | a6a34412f0e252c3058a1d5ed478079e8d8691e8 /meta-python | |
parent | 9249052f98dde632173cbad95c7e6a3cd5e42651 (diff) | |
download | meta-openembedded-e7430b5874ae68c02a4cc0ecdbe76b62446c67c6.tar.gz |
python3-send2trash: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb index 963351a2e2..a20b0194f8 100644 --- a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb | |||
@@ -7,3 +7,5 @@ inherit pypi setuptools3 | |||
7 | SRC_URI[sha256sum] = "d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d" | 7 | SRC_URI[sha256sum] = "d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d" |
8 | 8 | ||
9 | PYPI_PACKAGE = "Send2Trash" | 9 | PYPI_PACKAGE = "Send2Trash" |
10 | |||
11 | RDEPENDS:${PN} += "python3-datetime" | ||