diff options
| author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2019-11-26 09:26:56 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-26 07:48:13 -0800 |
| commit | cd225109eb5d0aac049cc5f660b1d74f63d13eeb (patch) | |
| tree | 2431d9a96ce973f141477e6b1bc8d90fa5edc835 /meta-python/recipes-devtools/python | |
| parent | e901ab2c19743c00536e9d851d27a55c07237089 (diff) | |
| download | meta-openembedded-cd225109eb5d0aac049cc5f660b1d74f63d13eeb.tar.gz | |
python3-yarl: add missing dependencies
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-yarl.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-yarl.inc b/meta-python/recipes-devtools/python/python-yarl.inc index 49b5a607b5..ea555418a2 100644 --- a/meta-python/recipes-devtools/python/python-yarl.inc +++ b/meta-python/recipes-devtools/python/python-yarl.inc | |||
| @@ -8,3 +8,7 @@ SRC_URI[sha256sum] = "024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388 | |||
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "yarl" | 9 | PYPI_PACKAGE = "yarl" |
| 10 | inherit pypi | 10 | inherit pypi |
| 11 | RDEPENDS_${PN} = "\ | ||
| 12 | ${PYTHON_PN}-multidict \ | ||
| 13 | ${PYTHON_PN}-idna \ | ||
| 14 | " | ||
