diff options
-rw-r--r-- | recipes-containers/singularity/singularity_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb index d0fbeb95..8b977400 100644 --- a/recipes-containers/singularity/singularity_git.bb +++ b/recipes-containers/singularity/singularity_git.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Singularity build / config: read up on the dev-so test for more info) | 2 | # Singularity build / config: read up on the dev-so test for more info) |
3 | INSANE_SKIP_${PN} += "dev-so" | 3 | INSANE_SKIP_${PN} += "dev-so" |
4 | 4 | ||
5 | RDEPENDS_${PN} += "glibc python3 ca-certificates openssl" | 5 | RDEPENDS_${PN} += "glibc python3 ca-certificates openssl bash" |
6 | # Singularity expects to find python3 under the name python, therefore both | 6 | # Singularity expects to find python3 under the name python, therefore both |
7 | # cannot be installed at the same time. | 7 | # cannot be installed at the same time. |
8 | RCONFLICTS_${PN} = "python" | 8 | RCONFLICTS_${PN} = "python" |