mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-14 02:10:47 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
90b1f996af
commit
79080374c8
@@ -4,7 +4,6 @@ require python-astroid.inc
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-enum34 \
|
||||
${PYTHON_PN}-backports-functools-lru-cache \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-re \
|
||||
${PYTHON_PN}-singledispatch \
|
||||
"
|
||||
|
||||
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06"
|
||||
SRC_URI[md5sum] = "3af4bc2886d2be982e41bfaba61da3bc"
|
||||
SRC_URI[sha256sum] = "81b731ac5187e31e4aad2594944fa914943683a9818320846d037c5ebd6d5d0b"
|
||||
|
||||
RDEPENDS_${PN} += "python-difflib python-setuptools python-pkgutil python-misc python-argparse python-xml python-importlib python-enum34 python-parse python-parse-type python-six"
|
||||
RDEPENDS_${PN} += "python-difflib python-setuptools python-pkgutil python-misc python-argparse python-xml python-enum34 python-parse python-parse-type python-six"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
@@ -10,7 +10,6 @@ PYPI_PACKAGE="python-can"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-netserver \
|
||||
|
||||
@@ -20,7 +20,6 @@ inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-dbus \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-pygobject \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
|
||||
@@ -19,7 +19,6 @@ RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-multiprocessing \
|
||||
${PYTHON_PN}-netserver \
|
||||
|
||||
@@ -4,5 +4,4 @@ require python-pandas.inc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-future \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-importlib \
|
||||
"
|
||||
|
||||
@@ -13,7 +13,6 @@ inherit pypi
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-multiprocessing \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
inherit setuptools
|
||||
require python-pyserial.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-importlib"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse"
|
||||
|
||||
Reference in New Issue
Block a user