[meta-python,2/3] python3-parso: Add runtime dependencies

Message ID 20211118123727.45056-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-deprecated: Upgrade 1.2.12 -> 1.2.13 | expand

Commit Message

Leon Anavi Nov. 18, 2021, 12:37 p.m. UTC
Add runtime dependencies for parso.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-python/recipes-devtools/python/python3-parso_0.8.2.bb | 6 ++++++
 1 file changed, 6 insertions(+)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
index afcfabb95..950e82d1e 100644
--- a/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
@@ -9,3 +9,9 @@  PYPI_PACKAGE = "parso"
 SRC_URI[sha256sum] = "12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398"
 
 inherit setuptools3 pypi
+
+RDEPENDS:${PN} = " \
+	${PYTHON_PN}-crypt \
+	${PYTHON_PN}-difflib \
+	${PYTHON_PN}-logging \
+"