diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-10 11:29:27 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-12 12:45:11 -0800 |
| commit | 24b704c9257f86ba8c2d7e837601eab9a20f2677 (patch) | |
| tree | f8132e3a05e5d5878de738cd323b39cb6072b25f /meta-python | |
| parent | 1a3788c9262db65fb6a26cfb7e6d32b1ced96a75 (diff) | |
| download | meta-openembedded-24b704c9257f86ba8c2d7e837601eab9a20f2677.tar.gz | |
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>
Diffstat (limited to 'meta-python')
8 files changed, 0 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto.inc b/meta-python/recipes-devtools/python/python-m2crypto.inc index 81c81645af..797a0354bf 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto.inc +++ b/meta-python/recipes-devtools/python/python-m2crypto.inc | |||
| @@ -25,7 +25,6 @@ RDEPENDS_${PN} += "\ | |||
| 25 | ${PYTHON_PN}-netserver \ | 25 | ${PYTHON_PN}-netserver \ |
| 26 | ${PYTHON_PN}-numbers \ | 26 | ${PYTHON_PN}-numbers \ |
| 27 | ${PYTHON_PN}-smtpd \ | 27 | ${PYTHON_PN}-smtpd \ |
| 28 | ${PYTHON_PN}-typing \ | ||
| 29 | ${PYTHON_PN}-xmlrpc \ | 28 | ${PYTHON_PN}-xmlrpc \ |
| 30 | " | 29 | " |
| 31 | 30 | ||
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb index 178e68bd97..6cd5a4cab5 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | |||
| @@ -16,6 +16,5 @@ RDEPENDS_${PN} = "\ | |||
| 16 | ${PYTHON_PN}-idna-ssl \ | 16 | ${PYTHON_PN}-idna-ssl \ |
| 17 | ${PYTHON_PN}-misc \ | 17 | ${PYTHON_PN}-misc \ |
| 18 | ${PYTHON_PN}-multidict \ | 18 | ${PYTHON_PN}-multidict \ |
| 19 | ${PYTHON_PN}-typing \ | ||
| 20 | ${PYTHON_PN}-yarl \ | 19 | ${PYTHON_PN}-yarl \ |
| 21 | " | 20 | " |
diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb index a26835b607..9f152a1d60 100644 --- a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c | |||
| 9 | 9 | ||
| 10 | DEPENDS += "python3-setuptools-scm-native" | 10 | DEPENDS += "python3-setuptools-scm-native" |
| 11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS_${PN} += "\ |
| 12 | python3-typing \ | ||
| 13 | python3-dynamic-dispatch \ | 12 | python3-dynamic-dispatch \ |
| 14 | python3-typeguard \ | 13 | python3-typeguard \ |
| 15 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb index 2bf487584a..0ed5df1b2e 100644 --- a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb | |||
| @@ -12,7 +12,6 @@ PYPI_PACKAGE = "dynamic_dispatch" | |||
| 12 | 12 | ||
| 13 | DEPENDS += "python3-setuptools-scm-native" | 13 | DEPENDS += "python3-setuptools-scm-native" |
| 14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS_${PN} += "\ |
| 15 | python3-typing \ | ||
| 16 | python3-typeguard \ | 15 | python3-typeguard \ |
| 17 | " | 16 | " |
| 18 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb index 2bf9d07533..70527e026c 100644 --- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.7.bb | |||
| @@ -15,7 +15,6 @@ RDEPENDS_${PN} += "\ | |||
| 15 | python3-json \ | 15 | python3-json \ |
| 16 | python3-logging \ | 16 | python3-logging \ |
| 17 | python3-netclient \ | 17 | python3-netclient \ |
| 18 | python3-typing \ | ||
| 19 | " | 18 | " |
| 20 | 19 | ||
| 21 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.3.bb b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.3.bb index 98db23039b..75a0926f08 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.3.bb | |||
| @@ -17,7 +17,6 @@ RDEPENDS_${PN} += "\ | |||
| 17 | python3-logging \ | 17 | python3-logging \ |
| 18 | python3-netclient \ | 18 | python3-netclient \ |
| 19 | python3-pkgutil \ | 19 | python3-pkgutil \ |
| 20 | python3-typing \ | ||
| 21 | " | 20 | " |
| 22 | 21 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb index bd92216776..cb5c372352 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb | |||
| @@ -28,6 +28,4 @@ DEPENDS += "\ | |||
| 28 | python3-setuptools-scm-native \ | 28 | python3-setuptools-scm-native \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | RDEPENDS_${PN} += "python3-typing" | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb index b950d6f632..e567e0ba28 100644 --- a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb | |||
| @@ -9,7 +9,6 @@ inherit pypi setuptools3 ptest | |||
| 9 | 9 | ||
| 10 | RDEPENDS_${PN}_class-target = "\ | 10 | RDEPENDS_${PN}_class-target = "\ |
| 11 | ${PYTHON_PN}-stringold \ | 11 | ${PYTHON_PN}-stringold \ |
| 12 | ${PYTHON_PN}-typing \ | ||
| 13 | " | 12 | " |
| 14 | 13 | ||
| 15 | SRC_URI += " \ | 14 | SRC_URI += " \ |
