mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-08 00:10:33 +00:00
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
354 B
BlitzBasic
12 lines
354 B
BlitzBasic
SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d"
|
|
|
|
PYPI_PACKAGE = "Send2Trash"
|
|
|
|
RDEPENDS:${PN} += "python3-datetime"
|