X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ruamel.yaml_0.15.9.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ruamel.yaml_0.15.9.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=0606fb343a11512da42625ba5e0eaaa22f92809c;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ruamel.yaml_0.15.9.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ruamel.yaml_0.15.9.bb deleted file mode 100644 index 0606fb3..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ruamel.yaml_0.15.9.bb +++ /dev/null @@ -1,24 +0,0 @@ - -DESCRIPTION = "YAML 1.2 loader/dumper package for Python" -HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=84e9d7d823d2abac052e70de2051ca1c" - -SRC_URI[md5sum] = "d53315f8ccb93748d00ccca39486ac78" -SRC_URI[sha256sum] = "350496f6fdd8c2bb17a0fa3fd2ec98431280cf12d72dae498b19ac0119c2bbad" - -inherit setuptools pypi python-dir - -DEPENDS += " \ - ${PYTHON_PN}-native \ - ${PYTHON_PN}-cryptography-native \ - " -RDEPENDS_${PN}_append = " \ - ${PYTHON_PN}-ruamel.ordereddict \ - " - -do_install_prepend() { - export RUAMEL_NO_PIP_INSTALL_CHECK=1 -} -