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