blob: d9ecb9d4c833685057c2a281cf152a8f39981f0d [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "A Python Mocking and Patching Library for Testing"
2HOMEPAGE = "https://pypi.python.org/pypi/mock"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
6
7inherit pypi setuptools3
8
Patrick Williamsb542dec2023-06-09 01:26:37 -05009RDEPENDS:${PN} += " \
10 python3-cmd2 \
11 python3-mccabe \
12 python3-pep8 \
13 python3-prettytable \
14 python3-pyflakes \
15 python3-pyparsing \
16 python3-unittest \
17"
Andrew Geissler517393d2023-01-13 08:55:19 -060018
Patrick Williams2a254922023-08-11 09:48:11 -050019SRC_URI[sha256sum] = "5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d"