diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-mock_1.3.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-mock_1.3.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-mock_1.3.0.bb b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb new file mode 100644 index 0000000000..8a7894cb09 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "A Python Mocking and Patching Library for Testing" | ||
2 | LICENSE = "Apache-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" | ||
4 | |||
5 | SRC_URI[md5sum] = "73ee8a4afb3ff4da1b4afa287f39fdeb" | ||
6 | SRC_URI[sha256sum] = "1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6" | ||
7 | |||
8 | inherit pypi setuptools | ||
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | python-prettytable \ | ||
12 | python-cmd2 \ | ||
13 | python-pyparsing \ | ||
14 | python-mccabe \ | ||
15 | python-pep8 \ | ||
16 | python-pyflakes" | ||