aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-21 11:20:28 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-26 17:28:11 -0800
commit1bb9de8f54d5bcb0e0a47f3494e3b17bb39e714e (patch)
tree1b5ad59b7d182e58d6f8cb4d77f0ed4fc377799d
parent987ad609be7c6795bf0e47dccc30be9553a94a15 (diff)
downloadmeta-openembedded-1bb9de8f54d5bcb0e0a47f3494e3b17bb39e714e.tar.gz
Remove deprecated python3-signal from the RDEPENDS
The python3-signal package was removed as part of the migration to the json manifest file. The signal functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
index 177a2b5292..429c6bfb54 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
@@ -27,6 +27,5 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-doctest \
${PYTHON_PN}-enum \
${PYTHON_PN}-logging \
- ${PYTHON_PN}-signal \
${PYTHON_PN}-xml \
"