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/python3-vcversioner_2.16.0.0.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb index 189a65a98b..f6372c8d56 100644 --- a/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb @@ -17,8 +17,4 @@ do_install_append() { install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ } -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-subprocess \ - " - BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf