diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:47 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 | 
| commit | 12e6ef856487cc8526a9b7edce9276a7737f08d6 (patch) | |
| tree | 9db0e7022620fffb5eeee3983732f14d45ce000b /meta-python/recipes-devtools/python/python-idna-ssl.inc | |
| parent | 33b910b51cea2eee57f197a2e9697dd81a9dd67b (diff) | |
| download | meta-openembedded-12e6ef856487cc8526a9b7edce9276a7737f08d6.tar.gz | |
python-idna-ssl: 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/python-idna-ssl.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-idna-ssl.inc | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-idna-ssl.inc b/meta-python/recipes-devtools/python/python-idna-ssl.inc index e74bbd7c65..356a3873ee 100644 --- a/meta-python/recipes-devtools/python/python-idna-ssl.inc +++ b/meta-python/recipes-devtools/python/python-idna-ssl.inc  | |||
| @@ -8,3 +8,8 @@ SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d9 | |||
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "idna-ssl" | 9 | PYPI_PACKAGE = "idna-ssl" | 
| 10 | inherit pypi | 10 | inherit pypi | 
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-idna \ | ||
| 14 | python3-io \ | ||
| 15 | " | ||
