mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Update license checksum for copyright year modification to 2017 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
482 B
PHP
16 lines
482 B
PHP
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 \
|
|
"
|