blob: 6bf61cfcd3c38b9f52f13506476a8fb54ae78c97 [file] [log] [blame]
Brad Bishop23eaf032019-11-20 05:15:02 -05001SUMMARY = "Apply values to optional params"
2HOMEPAGE = "https://github.com/bcb/apply_defaults"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c89120516900f96f4c60d35fdc4c3f15"
5
6PYPI_PACKAGE = "apply_defaults"
7
Patrick Williams0ca19cc2021-08-16 14:03:13 -05008SRC_URI[sha256sum] = "3773de3491b94c0fe44310f1a85888389cdc71e1544b343bce0d2bd6991acea5"
Brad Bishop23eaf032019-11-20 05:15:02 -05009
10inherit pypi setuptools3
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += "python3-core"
Brad Bishop23eaf032019-11-20 05:15:02 -050013
14BBCLASSEXTEND = "native nativesdk"