diff options
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 | " | ||