diff options
author | Derek Straka <derek@asterius.io> | 2018-01-21 11:20:28 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-26 17:28:11 -0800 |
commit | 1bb9de8f54d5bcb0e0a47f3494e3b17bb39e714e (patch) | |
tree | 1b5ad59b7d182e58d6f8cb4d77f0ed4fc377799d | |
parent | 987ad609be7c6795bf0e47dccc30be9553a94a15 (diff) | |
download | meta-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.bb | 1 |
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 177a2b529..429c6bfb5 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} += " \ | |||
27 | ${PYTHON_PN}-doctest \ | 27 | ${PYTHON_PN}-doctest \ |
28 | ${PYTHON_PN}-enum \ | 28 | ${PYTHON_PN}-enum \ |
29 | ${PYTHON_PN}-logging \ | 29 | ${PYTHON_PN}-logging \ |
30 | ${PYTHON_PN}-signal \ | ||
31 | ${PYTHON_PN}-xml \ | 30 | ${PYTHON_PN}-xml \ |
32 | " | 31 | " |