diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb index 6720f50dae..975bf11af5 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb | |||
@@ -16,7 +16,11 @@ DEPENDS += "\ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-compression \ | ||
19 | python3-distlib \ | 20 | python3-distlib \ |
20 | python3-filelock \ | 21 | python3-filelock \ |
22 | python3-json \ | ||
23 | python3-misc \ | ||
24 | python3-modules \ | ||
21 | python3-platformdirs \ | 25 | python3-platformdirs \ |
22 | " | 26 | " |