diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:49 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 8eb1471a01d297f32ad805bf172562f9e188b44f (patch) | |
| tree | c621250878c3b151526ac2a4e400e0645264644d /meta-python | |
| parent | 817f7fb5afdce5e34d83e54d98bcb91bef174cbe (diff) | |
| download | meta-openembedded-8eb1471a01d297f32ad805bf172562f9e188b44f.tar.gz | |
python3-trustme: 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-devtools/python/python3-trustme_0.9.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb index 641512c46c..6f31aea0e0 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb | |||
| @@ -14,6 +14,13 @@ SRC_URI += " \ | |||
| 14 | file://run-ptest \ | 14 | file://run-ptest \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | python3-cryptography \ | ||
| 19 | python3-datetime \ | ||
| 20 | python3-idna \ | ||
| 21 | python3-io \ | ||
| 22 | " | ||
| 23 | |||
| 17 | RDEPENDS:${PN}-ptest += " \ | 24 | RDEPENDS:${PN}-ptest += " \ |
| 18 | ${PYTHON_PN}-pytest \ | 25 | ${PYTHON_PN}-pytest \ |
| 19 | ${PYTHON_PN}-service-identity \ | 26 | ${PYTHON_PN}-service-identity \ |
