mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +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
344 B
HTML
10 lines
344 B
HTML
SUMMARY = "Pythonic argument parser, that will make you smile"
|
|
HOMEPAGE = "http://docopt.org/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=09b77fb74986791a3d4a0e746a37d88f"
|
|
|
|
inherit pypi
|
|
|
|
SRC_URI[md5sum] = "4bc74561b37fad5d3e7d037f82a4c3b1"
|
|
SRC_URI[sha256sum] = "49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
|