diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
commit | b06204baf3bc4883c67311dce1d2ff7f72f393c0 (patch) | |
tree | 9612bbb5de23e7e8b513393c5c08579b95f30cb2 /meta-python | |
parent | 09dfa7fcb698e1ecf41fb8ed46e26a7614bb5089 (diff) | |
download | meta-openembedded-b06204baf3bc4883c67311dce1d2ff7f72f393c0.tar.gz |
python3-pyexpect: 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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb index 7d22266f8..1cbd2384a 100644 --- a/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb +++ b/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb | |||
@@ -8,3 +8,5 @@ LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158" | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "659351e7ee8923b42de8a774fabfc806acf07377d7fd19f2ea4412ef8f619c6a" | 10 | SRC_URI[sha256sum] = "659351e7ee8923b42de8a774fabfc806acf07377d7fd19f2ea4412ef8f619c6a" |
11 | |||
12 | RDEPENDS:${PN} += "python3-numbers" | ||