diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-redis_4.5.5.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb index 40210b5e25..056a31398c 100644 --- a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb +++ b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb | |||
@@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-datetime \ | 12 | python3-asyncio \ |
13 | ${PYTHON_PN}-cryptography \ | 13 | python3-cryptography \ |
14 | ${PYTHON_PN}-packaging \ | 14 | python3-datetime \ |
15 | ${PYTHON_PN}-asyncio \ | 15 | python3-packaging \ |
16 | " | 16 | " |