diff options
Diffstat (limited to 'recipes-devtools/python/python3-asyncssh_2.3.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-asyncssh_2.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-asyncssh_2.3.0.bb b/recipes-devtools/python/python3-asyncssh_2.3.0.bb index ab7e8afa9..f764b5545 100644 --- a/recipes-devtools/python/python3-asyncssh_2.3.0.bb +++ b/recipes-devtools/python/python3-asyncssh_2.3.0.bb @@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "44bda34c7123f00c3df95d24e2dc8d43c4d17b456fbb8c434ef4f4a7eb inherit pypi setuptools3 -RDEPENDS_${PN} += "${PYTHON_PN}-asyncio ${PYTHON_PN}-cryptography" +RDEPENDS:${PN} += "${PYTHON_PN}-asyncio ${PYTHON_PN}-cryptography" BBCLASSEXTEND = "native" |