mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
363 B
BlitzBasic
11 lines
363 B
BlitzBasic
SUMMARY = "Python Data Validation for Humans"
|
|
HOMEPAGE = "https://python-validators.github.io/validators"
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf28bd09a60e145c3171c531b9e677d"
|
|
SRC_URI[sha256sum] = "77b2689b172eeeb600d9605ab86194641670cdb73b60afd577142a9397873370"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|