X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pyliblzma_0.5.3.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pyliblzma_0.5.3.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=41d0f8598c9c620e49bbf5902239c4c9e73b7602;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pyliblzma_0.5.3.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pyliblzma_0.5.3.bb deleted file mode 100644 index 41d0f85..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pyliblzma_0.5.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Python bindings for liblzma" -DESCRIPTION = "\ -PylibLZMA provides a python interface for the liblzma library to read and write data \ -that has been compressed or can be decompressed by Lasse Collin’s xz / lzma utils. \ -" -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=58c39b26c0549f8e1bb4122173f474cd" - -SRC_URI[md5sum] = "500f61116ee1ab4063b49c121786863a" -SRC_URI[sha256sum] = "08d762f36d5e59fb9bb0e22e000c300b21f97e35b713321ee504cfb442667957" - -DEPENDS = "xz" - -inherit pypi setuptools - -PYPI_PACKAGE = "pyliblzma" -PYPI_PACKAGE_EXT = "tar.bz2" - -BBCLASSEXTEND = " native"