diff options
author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:26 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:25 -0800 |
commit | 3304673a5c7a2065608430209cab4cac70e1db31 (patch) | |
tree | fc0dc3f6a0ebad6f5ef1bb9353661ff8d11a56bc /meta-filesystems/recipes-support | |
parent | 1e1458f98eefd57cdf94877308aed6a68a8e7def (diff) | |
download | meta-openembedded-3304673a5c7a2065608430209cab4cac70e1db31.tar.gz |
meta-filesystems: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-support')
-rw-r--r-- | meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb index 66c35010b8..5e532ba7ed 100644 --- a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | |||
@@ -29,7 +29,7 @@ SRC_URI += " \ | |||
29 | " | 29 | " |
30 | 30 | ||
31 | RDEPENDS:${PN}-ptest += " \ | 31 | RDEPENDS:${PN}-ptest += " \ |
32 | ${PYTHON_PN}-pytest \ | 32 | python3-pytest \ |
33 | bash \ | 33 | bash \ |
34 | " | 34 | " |
35 | 35 | ||