python-pyliblzma: add new recipe

This is required by dnf after adding python2 support.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Jackie Huang 2020-05-08 15:08:11 +08:00 committed by Babak Sarashki
parent a3c7ba37f1
commit 7ebdaf493d

View File

@ -0,0 +1,19 @@
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 Collins 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"