blob: 54bf1ee99a77bb7274998624de1be9b71f4f0dfc [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "A Python module for decorators, wrappers and monkey patching."
2HOMEPAGE = "http://wrapt.readthedocs.org/"
3LICENSE = "BSD-2-Clause"
4SECTION = "devel/python"
Andrew Geissler78b72792022-06-14 06:47:25 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=7a4e084dbc322d180bc74f26cdf8236e"
Andrew Geissler9aee5002022-03-30 16:27:02 +00006
Andrew Geissler78b72792022-06-14 06:47:25 -05007SRC_URI[sha256sum] = "380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"
Andrew Geissler9aee5002022-03-30 16:27:02 +00008
9inherit pypi setuptools3
10
11RDEPENDS:${PN}:class-target += "\
12 ${PYTHON_PN}-stringold \
13 ${PYTHON_PN}-threading \
14"
15
16BBCLASSEXTEND = "native"