diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-04-11 14:39:31 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-11 23:32:36 -0700 |
| commit | 95f914bd5e02d72d09288127625ff8a8eeab6235 (patch) | |
| tree | 40b2bebd6f2ebfba305a264f574ba4e9ef23c05d | |
| parent | ab62c819f3ae4364ae4201a3c7662a57e70d6bb3 (diff) | |
| download | meta-openembedded-95f914bd5e02d72d09288127625ff8a8eeab6235.tar.gz | |
python3-flexcache: add missing runtime dependencies
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flexcache_0.3.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb index 165783c9f5..1bee774022 100644 --- a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb +++ b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb | |||
| @@ -22,4 +22,10 @@ do_install_ptest() { | |||
| 22 | cp -rf ${S}/flexcache/testsuite/* ${D}${PTEST_PATH}/testsuite/ | 22 | cp -rf ${S}/flexcache/testsuite/* ${D}${PTEST_PATH}/testsuite/ |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | RDEPENDS:${PN} = "python3-typing-extensions" | 25 | RDEPENDS:${PN} += " \ |
| 26 | python3-compression \ | ||
| 27 | python3-email \ | ||
| 28 | python3-json \ | ||
| 29 | python3-pickle \ | ||
| 30 | python3-typing-extensions \ | ||
| 31 | " | ||
