diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:02 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 2b75c44967eb9a4ef5c464c2fcce6a71e0c30316 (patch) | |
tree | 54aa11f8864b3dabb0b09fe1024e948b47438b1e /meta-python/recipes-devtools/python3-attrdict3 | |
parent | 57efc765ba2eccbc84938ed9b567c8eb89cef452 (diff) | |
download | meta-openembedded-2b75c44967eb9a4ef5c464c2fcce6a71e0c30316.tar.gz |
python3-attrdict3: 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/recipes-devtools/python3-attrdict3')
-rw-r--r-- | meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb b/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb index cb44ea71a4..ee099c7ac9 100644 --- a/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb +++ b/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb | |||
@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "004c171ca1120cc1755701db99d7fa4944afb1e68950434efdaa542513 | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | |||
14 | RDEPENDS:${PN} += "python3-six" | ||