mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-mock: update to version 2.0.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
81b3aa3096
commit
852f2a72d3
17
meta-python/recipes-devtools/python/python-mock_2.0.0.bb
Normal file
17
meta-python/recipes-devtools/python/python-mock_2.0.0.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "A Python Mocking and Patching Library for Testing"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
|
||||
|
||||
SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"
|
||||
SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
|
||||
PYPI_PACKAGE_HASH = "0c53014354fc93c591ccc4abff12c473ad565a2eb24dcd82490fae33dbf2539f"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
python-prettytable \
|
||||
python-cmd2 \
|
||||
python-pyparsing \
|
||||
python-mccabe \
|
||||
python-pep8 \
|
||||
python-pyflakes"
|
||||
Reference in New Issue
Block a user