Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | DESCRIPTION = "A Python Mocking and Patching Library for Testing" |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/mock" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" |
| 6 | |
| 7 | inherit pypi setuptools3 |
| 8 | |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 9 | RDEPENDS:${PN} += " \ |
| 10 | python3-cmd2 \ |
| 11 | python3-mccabe \ |
| 12 | python3-pep8 \ |
| 13 | python3-prettytable \ |
| 14 | python3-pyflakes \ |
| 15 | python3-pyparsing \ |
| 16 | python3-unittest \ |
| 17 | " |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 18 | |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 19 | SRC_URI[sha256sum] = "06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891" |