Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "A Python Mocking and Patching Library for Testing" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 2 | LICENSE = "BSD-2-Clause" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" |
| 4 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 5 | SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad" |
| 6 | SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 7 | |
| 8 | inherit pypi setuptools |
| 9 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 10 | DEPENDS += " \ |
| 11 | python-pbr-native" |
| 12 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | RDEPENDS_${PN} += " \ |
| 14 | python-prettytable \ |
| 15 | python-cmd2 \ |
| 16 | python-pyparsing \ |
| 17 | python-mccabe \ |
| 18 | python-pep8 \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 19 | python-pyflakes \ |
| 20 | python-pbr \ |
| 21 | python-funcsigs \ |
| 22 | " |