From df997e0747decf536fc96f6c3be1adf3056f9f35 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 21 Jan 2018 11:20:37 -0500 Subject: Remove deprecated python3-subprocess from the RDEPENDS The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb') diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb index 3892f1357b..db41161b35 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb @@ -1,4 +1,7 @@ inherit pypi setuptools require python-werkzeug.inc -RDEPENDS_${PN} += "${PYTHON_PN}-zlib" +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-zlib \ +" -- cgit 1.2.3-korg