Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "A Python module for decorators, wrappers and monkey patching." |
| 2 | HOMEPAGE = "http://wrapt.readthedocs.org/" |
| 3 | LICENSE = "BSD-2-Clause" |
| 4 | SECTION = "devel/python" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d" |
| 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
| 11 | RDEPENDS:${PN}:class-target += "\ |
| 12 | ${PYTHON_PN}-stringold \ |
| 13 | ${PYTHON_PN}-threading \ |
| 14 | " |
| 15 | |
| 16 | BBCLASSEXTEND = "native" |