meta-python: Drop RDEPEND'ing on python3-typing

Its part of core python package now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Khem Raj 2020-11-10 11:29:27 -08:00
parent 1a3788c926
commit 24b704c925
8 changed files with 0 additions and 9 deletions

View File

@ -25,7 +25,6 @@ RDEPENDS_${PN} += "\
${PYTHON_PN}-netserver \
${PYTHON_PN}-numbers \
${PYTHON_PN}-smtpd \
${PYTHON_PN}-typing \
${PYTHON_PN}-xmlrpc \
"

View File

@ -16,6 +16,5 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-idna-ssl \
${PYTHON_PN}-misc \
${PYTHON_PN}-multidict \
${PYTHON_PN}-typing \
${PYTHON_PN}-yarl \
"

View File

@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS_${PN} += "\
python3-typing \
python3-dynamic-dispatch \
python3-typeguard \
"

View File

@ -12,7 +12,6 @@ PYPI_PACKAGE = "dynamic_dispatch"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS_${PN} += "\
python3-typing \
python3-typeguard \
"

View File

@ -15,7 +15,6 @@ RDEPENDS_${PN} += "\
python3-json \
python3-logging \
python3-netclient \
python3-typing \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -17,7 +17,6 @@ RDEPENDS_${PN} += "\
python3-logging \
python3-netclient \
python3-pkgutil \
python3-typing \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -28,6 +28,4 @@ DEPENDS += "\
python3-setuptools-scm-native \
"
RDEPENDS_${PN} += "python3-typing"
BBCLASSEXTEND = "native nativesdk"

View File

@ -9,7 +9,6 @@ inherit pypi setuptools3 ptest
RDEPENDS_${PN}_class-target = "\
${PYTHON_PN}-stringold \
${PYTHON_PN}-typing \
"
SRC_URI += " \