diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-path_16.6.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb index 51b6574e0d..095f906f0c 100644 --- a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb | |||
@@ -14,6 +14,10 @@ DEPENDS += "python3-setuptools-scm-native" | |||
14 | 14 | ||
15 | RDEPENDS:${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | python3-appdirs \ | 16 | python3-appdirs \ |
17 | python3-crypt \ | ||
18 | python3-io \ | ||
19 | python3-numbers \ | ||
20 | python3-shell \ | ||
17 | " | 21 | " |
18 | RDEPENDS:${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
19 | python3-pytest \ | 23 | python3-pytest \ |