mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

This requires some packages as well as the pypi.bbclass from meta-python. It uses Python 3 as I don't think it makes sense to use Python 2 anymore. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 lines
366 B
BlitzBasic
10 lines
366 B
BlitzBasic
SUMMARY = "module for creating simple ASCII tables"
|
|
HOMEPAGE = "https://github.com/foutaise/texttable/"
|
|
LICENSE = "LGPL-3.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[md5sum] = "a712b5a5464d51c5fc43c64d9d2cd0de"
|
|
SRC_URI[sha256sum] = "119041773ff03596b56392532f9315cb3a3116e404fd6f36e76a7dc088d95c79"
|