diff options
author | Maciej Pijanowski <maciej.pijanowski@3mdeb.com> | 2019-08-11 17:16:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-11 08:58:05 -0700 |
commit | e70ba86d79ec0b48160715d2c53dd2337e102502 (patch) | |
tree | dba0b2b8fb3641cfec009c1f63ecec7462fd2caa /meta-python | |
parent | 311dfa83b0dff32b427797c3f6d278d2e0d9b709 (diff) | |
download | meta-openembedded-e70ba86d79ec0b48160715d2c53dd2337e102502.tar.gz |
python-async-timeout: add asyncio to RDEPENDS
It is required to properly import the module. Tested on python 3.7.4
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-async-timeout.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-async-timeout.inc b/meta-python/recipes-devtools/python/python-async-timeout.inc index 7e4959ebc4..e71a00262b 100644 --- a/meta-python/recipes-devtools/python/python-async-timeout.inc +++ b/meta-python/recipes-devtools/python/python-async-timeout.inc | |||
@@ -13,3 +13,7 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2 | |||
13 | 13 | ||
14 | PYPI_PACKAGE = "async-timeout" | 14 | PYPI_PACKAGE = "async-timeout" |
15 | inherit pypi | 15 | inherit pypi |
16 | |||
17 | RDEPENDS_${PN} = "\ | ||
18 | ${PYTHON_PN}-asyncio \ | ||
19 | " | ||