blob: 496c73fa8f38574cdecbe7cc67a9d962bb3fc1d2 [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/"
Brad Bishop2d39a062019-10-28 08:33:36 -04003LICENSE = "BSD-2-Clause"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05004SECTION = "devel/python"
Brad Bishopba6de432019-05-21 08:07:33 -04005LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
Brad Bishopc8f47122019-06-24 09:36:18 -04007SRC_URI[md5sum] = "cc15c001b129f81eb2f79b15eb99ffe5"
8SRC_URI[sha256sum] = "565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10inherit pypi
11
12RDEPENDS_${PN}_class-target += "\
13 ${PYTHON_PN}-stringold \
14 ${PYTHON_PN}-threading \
15"