aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-10 11:29:27 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-12 12:45:11 -0800
commit24b704c9257f86ba8c2d7e837601eab9a20f2677 (patch)
treef8132e3a05e5d5878de738cd323b39cb6072b25f /meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb
parent1a3788c9262db65fb6a26cfb7e6d32b1ced96a75 (diff)
downloadmeta-openembedded-contrib-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/recipes-devtools/python/python3-typeguard_2.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-typeguard_2.10.0.bb2
1 files changed, 0 insertions, 2 deletions
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 += "\
python3-setuptools-scm-native \
"
-RDEPENDS_${PN} += "python3-typing"
-
BBCLASSEXTEND = "native nativesdk"