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.bb22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index 210502ff5b..0000000000
--- a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "A Python Mocking and Patching Library for Testing"
2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
4
5SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"
6SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
7
8inherit pypi setuptools
9
10DEPENDS += " \
11 python-pbr-native"
12
13RDEPENDS_${PN} += " \
14 python-prettytable \
15 python-cmd2 \
16 python-pyparsing \
17 python-mccabe \
18 python-pep8 \
19 python-pyflakes \
20 python-pbr \
21 python-funcsigs \
22"