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

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
570 B
BlitzBasic
17 lines
570 B
BlitzBasic
DESCRIPTION = "A Python Mocking and Patching Library for Testing"
|
|
HOMEPAGE = "https://pypi.python.org/pypi/mock"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \
|
|
${PYTHON_PN}-cmd2 \
|
|
${PYTHON_PN}-pyparsing \
|
|
${PYTHON_PN}-mccabe \
|
|
${PYTHON_PN}-pep8 \
|
|
${PYTHON_PN}-pyflakes"
|
|
|
|
SRC_URI[sha256sum] = "7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"
|