diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | ed6aaf02934f61d9fe911c3a39652d3a319219c6 (patch) | |
tree | f1b4111e7fd71d3bca6c7b659aae3862260edd16 /meta-python/recipes-devtools | |
parent | 96b6379b49e34722a562b6bb12acca5132b24c2a (diff) | |
download | meta-openembedded-ed6aaf02934f61d9fe911c3a39652d3a319219c6.tar.gz |
python3-pyrad: 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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrad_2.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb index bce1e2fd1..801233a02 100644 --- a/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb | |||
@@ -9,3 +9,11 @@ SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c4 | |||
9 | SRC_URI += "file://use-poetry-core.patch" | 9 | SRC_URI += "file://use-poetry-core.patch" |
10 | 10 | ||
11 | inherit pypi python_poetry_core | 11 | inherit pypi python_poetry_core |
12 | |||
13 | RDEPENDS:${PN} += " \ | ||
14 | python3-crypt \ | ||
15 | python3-io \ | ||
16 | python3-logging \ | ||
17 | python3-netaddr \ | ||
18 | python3-six \ | ||
19 | " | ||