diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index 6903157cec..b3ed60a26b 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc @@ -58,6 +58,7 @@ PTESTS_FAST_META_PYTHON = "\ python3-sqlparse \ python3-tomlkit \ python3-trustme \ + python3-typeguard \ python3-ujson \ python3-u-msgpack-python \ python3-unidiff \ @@ -82,7 +83,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\ python3-pyzmq \ python3-scrypt \ python3-service-identity \ - python3-typeguard \ python3-whoosh \ python3-xlrd \ " diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb index 000620ef73..1e9f6685db 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_4.1.5.bb @@ -21,6 +21,7 @@ RDEPENDS:${PN}-ptest += " \ python3-typing-extensions \ python3-unittest-automake-output \ python3-unixadmin \ + python3-mypy \ " do_install_ptest() {