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