aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyserial_3.4.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-21 11:20:32 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-22 20:09:53 -0800
commit594d12f429c98c6e05aa2c3b9cc44f319d640696 (patch)
treefe628c4098b53299c12a4a0111733b1ba42abe36 /meta-python/recipes-devtools/python/python-pyserial_3.4.bb
parent91a936feda22928d035a73bfd26909fd80a912e0 (diff)
downloadmeta-openembedded-contrib-594d12f429c98c6e05aa2c3b9cc44f319d640696.tar.gz
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 <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyserial_3.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyserial_3.4.bb2
1 files changed, 1 insertions, 1 deletions
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"