meta-openembedded/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
Takuma Ueba 9b743db42a python-mock: fix license from Apache-2.0 to BSD-2-Clause
This packages license shold be not Apache-2.0 but BSD-2-Clause.
I judgetd by LICENSE file and SPDX file.

Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-27 19:26:51 -07:00

23 lines
560 B
BlitzBasic

SUMMARY = "A Python Mocking and Patching Library for Testing"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"
SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
inherit pypi setuptools
DEPENDS += " \
python-pbr-native"
RDEPENDS_${PN} += " \
python-prettytable \
python-cmd2 \
python-pyparsing \
python-mccabe \
python-pep8 \
python-pyflakes \
python-pbr \
python-funcsigs \
"