diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 35e6c2c2..f7866c6e 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -107,8 +107,6 @@ FILES_${PN} += " \ ${sysconfdir}/cni \ " -# Note that runc-opencontainers is the only currently tested -# runc provider. RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" RRECOMMENDS_${PN} += "slirp4netns" RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"