mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
@@ -25,7 +25,6 @@ RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-smtpd \
|
||||
${PYTHON_PN}-typing \
|
||||
${PYTHON_PN}-xmlrpc \
|
||||
"
|
||||
|
||||
|
||||
@@ -16,6 +16,5 @@ RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-idna-ssl \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-multidict \
|
||||
${PYTHON_PN}-typing \
|
||||
${PYTHON_PN}-yarl \
|
||||
"
|
||||
|
||||
@@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS_${PN} += "\
|
||||
python3-typing \
|
||||
python3-dynamic-dispatch \
|
||||
python3-typeguard \
|
||||
"
|
||||
|
||||
@@ -12,7 +12,6 @@ PYPI_PACKAGE = "dynamic_dispatch"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS_${PN} += "\
|
||||
python3-typing \
|
||||
python3-typeguard \
|
||||
"
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ RDEPENDS_${PN} += "\
|
||||
python3-json \
|
||||
python3-logging \
|
||||
python3-netclient \
|
||||
python3-typing \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -17,7 +17,6 @@ RDEPENDS_${PN} += "\
|
||||
python3-logging \
|
||||
python3-netclient \
|
||||
python3-pkgutil \
|
||||
python3-typing \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -28,6 +28,4 @@ DEPENDS += "\
|
||||
python3-setuptools-scm-native \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "python3-typing"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -9,7 +9,6 @@ inherit pypi setuptools3 ptest
|
||||
|
||||
RDEPENDS_${PN}_class-target = "\
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-typing \
|
||||
"
|
||||
|
||||
SRC_URI += " \
|
||||
|
||||
Reference in New Issue
Block a user