From 79080374c81fdcf404db9bc24e4a0b1455042fee Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 21 Jan 2018 11:20:32 -0500 Subject: Remove deprecated ${PYTHON_PN}-importlib from the RDEPENDS The ${PYTHON_PN}-importlib 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-pyserial_3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-pyserial_3.4.bb') diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.4.bb b/meta-python/recipes-devtools/python/python-pyserial_3.4.bb index 0497087ac3..fd852a2bf8 100644 --- a/meta-python/recipes-devtools/python/python-pyserial_3.4.bb +++ b/meta-python/recipes-devtools/python/python-pyserial_3.4.bb @@ -1,4 +1,4 @@ inherit setuptools require python-pyserial.inc -RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-importlib" +RDEPENDS_${PN} += "${PYTHON_PN}-argparse" -- cgit v1.2.3-54-g00ecf