diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:32 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | d2142c4bf679bca50162321355ccbc99b515df91 (patch) | |
tree | 3a9ecc2e01a404b4227d53484a72bddd1a7aa230 /meta-python | |
parent | 20c64a4a6305007e5f755b078f49c0d4577bd7e2 (diff) | |
download | meta-openembedded-d2142c4bf679bca50162321355ccbc99b515df91.tar.gz |
python3-padatious: 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-padatious_0.4.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb b/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb index 404a0170dc..fef6376ef7 100644 --- a/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb +++ b/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb | |||
@@ -7,3 +7,11 @@ SRC_URI[md5sum] = "7dd2f1830737dc142aa199f77dacf32e" | |||
7 | SRC_URI[sha256sum] = "e471f251b94e8cadf6e4214f0f3b7b36678848aaa8c51cd5638ab23ecb716f75" | 7 | SRC_URI[sha256sum] = "e471f251b94e8cadf6e4214f0f3b7b36678848aaa8c51cd5638ab23ecb716f75" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | |||
11 | RDEPENDS:${PN} += " \ | ||
12 | python3-fann2 \ | ||
13 | python3-json \ | ||
14 | python3-multiprocessing \ | ||
15 | python3-padaos \ | ||
16 | python3-xxhash \ | ||
17 | " | ||