diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
commit | 447881540ac9f2b4366088b42188b533a00271e2 (patch) | |
tree | 5a8ad2eb2c9d6e3ee0ad78b2ad417fdb47495e4b | |
parent | 5639cfa0399f4bff190be4f5ab7524cc22610abc (diff) | |
download | meta-openembedded-447881540ac9f2b4366088b42188b533a00271e2.tar.gz |
python3-linux-procfs: 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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb b/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb index 9395a792f..d51eecf97 100644 --- a/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb | |||
@@ -10,3 +10,5 @@ SRCREV = "7f43598387e44e2da93ead2e075b7232429e4cc4" | |||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit setuptools3 | 12 | inherit setuptools3 |
13 | |||
14 | RDEPENDS:${PN} += "python3-six" | ||