blob: 0861518d4b8a4b36d75bfd982bf602825e8425e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "A Python Mocking and Patching Library for Testing"
HOMEPAGE = "https://pypi.python.org/pypi/mock"
SECTION = "devel/python"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-cmd2 \
python3-mccabe \
python3-pep8 \
python3-prettytable \
python3-pyflakes \
python3-pyparsing \
python3-unittest \
"
SRC_URI[sha256sum] = "4e460e818629b4b173f32d08bf30d3af8123afbb8e04bb5707a1fd4799e503f0"
|