diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-05 08:54:15 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-05 08:57:07 -0700 |
| commit | 44fb41b449d64ed329b084372452c8b767c302d0 (patch) | |
| tree | 42ebf41ca333c367a8fb0762365a6c3248b30525 /meta-filesystems/recipes-filesystems | |
| parent | e0863f24530d263d1ebbd79ad38ac2d99d181f81 (diff) | |
| download | meta-openembedded-44fb41b449d64ed329b084372452c8b767c302d0.tar.gz | |
sshfs-fuse: Add rdep on python3-compile for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb index fd5af0b026..569c7f6901 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | |||
| @@ -17,8 +17,9 @@ inherit meson pkgconfig ptest | |||
| 17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
| 18 | file://run-ptest \ | 18 | file://run-ptest \ |
| 19 | " | 19 | " |
| 20 | 20 | #python3-compile for filecmp module | |
| 21 | RDEPENDS:${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
| 22 | python3-compile \ | ||
| 22 | python3-pytest \ | 23 | python3-pytest \ |
| 23 | python3-unittest-automake-output \ | 24 | python3-unittest-automake-output \ |
| 24 | bash \ | 25 | bash \ |
