diff options
-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" | ||