diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mock_4.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-mock_4.0.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb new file mode 100644 index 0000000000..b34f25b93d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "A Python Mocking and Patching Library for Testing" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/mock" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | ||
| 10 | ${PYTHON_PN}-cmd2 \ | ||
| 11 | ${PYTHON_PN}-pyparsing \ | ||
| 12 | ${PYTHON_PN}-mccabe \ | ||
| 13 | ${PYTHON_PN}-pep8 \ | ||
| 14 | ${PYTHON_PN}-pyflakes" | ||
| 15 | |||
| 16 | SRC_URI[sha256sum] = "7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc" | ||
