diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb index 54ba6120a8..ca17e2b135 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb | |||
| @@ -11,6 +11,11 @@ SRC_URI += " \ | |||
| 11 | file://run-ptest \ | 11 | file://run-ptest \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-compression \ | ||
| 16 | python3-unittest \ | ||
| 17 | " | ||
| 18 | |||
| 14 | RDEPENDS:${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
| 15 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
| 16 | ${PYTHON_PN}-typing-extensions \ | 21 | ${PYTHON_PN}-typing-extensions \ |
