diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-04 14:35:52 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-04 14:46:02 -0700 |
| commit | 44e82bcc6a0ca6682cbea3702a7686776738041b (patch) | |
| tree | 11bf66e0d3edf6c44a258d51068b9876cbc1fe97 | |
| parent | d3e8d7804ae388b6f7a482e1f405a70194bc5373 (diff) | |
| download | meta-openembedded-44e82bcc6a0ca6682cbea3702a7686776738041b.tar.gz | |
fuse3: Add missing rdep for filecmp python module
This is needed in ptests to run successfully
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/fuse/fuse3_3.16.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb index 47b070557d..e75c88210c 100644 --- a/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb | |||
| @@ -29,8 +29,9 @@ SRC_URI += " \ | |||
| 29 | file://run-ptest \ | 29 | file://run-ptest \ |
| 30 | file://fuse3.conf \ | 30 | file://fuse3.conf \ |
| 31 | " | 31 | " |
| 32 | 32 | #python3-compile for filecmp module | |
| 33 | RDEPENDS:${PN}-ptest += " \ | 33 | RDEPENDS:${PN}-ptest += " \ |
| 34 | python3-compile \ | ||
| 34 | python3-pytest \ | 35 | python3-pytest \ |
| 35 | python3-looseversion \ | 36 | python3-looseversion \ |
| 36 | bash \ | 37 | bash \ |
