blob: 210502ff5b2e4083f4698531d28e5646e05f76eb [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A Python Mocking and Patching Library for Testing"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002LICENSE = "BSD-2-Clause"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
4
Patrick Williamsddad1a12017-02-23 20:36:32 -06005SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"
6SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05007
8inherit pypi setuptools
9
Patrick Williamsddad1a12017-02-23 20:36:32 -060010DEPENDS += " \
11 python-pbr-native"
12
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013RDEPENDS_${PN} += " \
14 python-prettytable \
15 python-cmd2 \
16 python-pyparsing \
17 python-mccabe \
18 python-pep8 \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050019 python-pyflakes \
20 python-pbr \
21 python-funcsigs \
22"