aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-wrapt.inc
blob: c85548fb4fd90722e2636cc7a762d91987ba3ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "A Python module for decorators, wrappers and monkey patching."
HOMEPAGE = "http://wrapt.readthedocs.org/"
LICENSE = "BSD"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=61c27930012e86b3dc7e36f92e83c4d8"

SRC_URI[md5sum] = "e1346f31782d50401f81c2345b037076"
SRC_URI[sha256sum] = "d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6"

inherit pypi

RDEPENDS_${PN}_class-target += "\
    ${PYTHON_PN}-stringold \
    ${PYTHON_PN}-threading \
"