blob: c85548fb4fd90722e2636cc7a762d91987ba3ae6 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A Python module for decorators, wrappers and monkey patching."
2HOMEPAGE = "http://wrapt.readthedocs.org/"
3LICENSE = "BSD"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=61c27930012e86b3dc7e36f92e83c4d8"
6
7SRC_URI[md5sum] = "e1346f31782d50401f81c2345b037076"
8SRC_URI[sha256sum] = "d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6"
9
10inherit pypi
11
12RDEPENDS_${PN}_class-target += "\
13 ${PYTHON_PN}-stringold \
14 ${PYTHON_PN}-threading \
15"