diff options
author | Derek Straka <derek@asterius.io> | 2018-01-21 11:20:32 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-26 17:28:11 -0800 |
commit | 79080374c81fdcf404db9bc24e4a0b1455042fee (patch) | |
tree | b2e29779faa42117d6f5a8c2b85e734d74b14ac5 /meta-oe | |
parent | 90b1f996af78504a6ea233d6db976a9752981511 (diff) | |
download | meta-openembedded-79080374c81fdcf404db9bc24e4a0b1455042fee.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-oe')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb index 9d2e16554..7ddf4e552 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | |||
@@ -26,7 +26,7 @@ BBCLASSEXTEND = "native" | |||
26 | 26 | ||
27 | EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" | 27 | EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" |
28 | 28 | ||
29 | RDEPENDS_${PN} += "python-setuptools python-importlib" | 29 | RDEPENDS_${PN} += "python-setuptools" |
30 | RDEPENDS_${PN}_class-native = "" | 30 | RDEPENDS_${PN}_class-native = "" |
31 | 31 | ||
32 | do_install_append() { | 32 | do_install_append() { |