diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:29:09 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
| commit | 3191ece57896f8d07e5369f5455c21b05c116ae1 (patch) | |
| tree | 2d23694945ee2ce13d0608a0a703708b5f90f302 /meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | |
| parent | 5876025dbea302ff729015521c30a69e6f244b92 (diff) | |
| download | meta-openembedded-3191ece57896f8d07e5369f5455c21b05c116ae1.tar.gz | |
python3-netaddr: 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/python/python3-netaddr_0.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb index f3d378a594..5ba006691a 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | |||
| @@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2 | |||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
| 11 | python3-io \ | ||
| 11 | python3-pprint \ | 12 | python3-pprint \ |
| 12 | python3-xml \ | 13 | python3-xml \ |
| 13 | " | 14 | " |
