summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mock_5.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mock_5.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-mock_5.2.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mock_5.2.0.bb b/meta-python/recipes-devtools/python/python3-mock_5.2.0.bb
new file mode 100644
index 0000000000..0861518d4b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-mock_5.2.0.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "A Python Mocking and Patching Library for Testing"
2HOMEPAGE = "https://pypi.python.org/pypi/mock"
3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
6
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += " \
10 python3-cmd2 \
11 python3-mccabe \
12 python3-pep8 \
13 python3-prettytable \
14 python3-pyflakes \
15 python3-pyparsing \
16 python3-unittest \
17"
18
19SRC_URI[sha256sum] = "4e460e818629b4b173f32d08bf30d3af8123afbb8e04bb5707a1fd4799e503f0"