DRAFT python-mock_2.0.0.bb: Import from meta-python@9b743db42aa81b3ea4ca519c095f0836ba25a1d8

This commit is contained in:
Herb Kuta 2019-04-30 14:56:33 -07:00
parent 8bce30f92f
commit a2381357a6
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
SUMMARY = "A Python Mocking and Patching Library for Testing"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"
SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
inherit pypi setuptools
DEPENDS += " \
python-pbr-native"
RDEPENDS_${PN} += " \
python-prettytable \
python-cmd2 \
python-pyparsing \
python-mccabe \
python-pep8 \
python-pyflakes \
python-pbr \
python-funcsigs \
"