From 6f45a7ed4c36893de9db48ed79deb4e61e2734e7 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 21 Jan 2018 11:20:34 -0500 Subject: Remove deprecated python3-lang from the RDEPENDS The python3-lang package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-jinja2_2.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-jinja2_2.10.bb') diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.10.bb b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb index 19b2bfaf68..06075213f7 100644 --- a/meta-python/recipes-devtools/python/python-jinja2_2.10.bb +++ b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb @@ -1,4 +1,4 @@ inherit pypi setuptools require python-jinja2.inc -RDEPENDS_${PN} += "${PYTHON_PN}-re" +RDEPENDS_${PN} += "${PYTHON_PN}-lang ${PYTHON_PN}-re" -- cgit 1.2.3-korg