mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

Similar to OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70, we no longer need PYTHON_PN for any abstraction of python2 vs python3. Our similar / dup recipes are now causing signature differences, so we go ahead and make the substitution, even if it isn't stricly required. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
19 lines
457 B
BlitzBasic
19 lines
457 B
BlitzBasic
DESCRIPTION = "An implementation of docker-compose with podman backend"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
inherit setuptools3
|
|
|
|
SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https"
|
|
|
|
SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS += "python3-pyyaml-native"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-pyyaml \
|
|
python3-dotenv \
|
|
"
|