diff options
| author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2020-01-24 13:24:51 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-24 13:42:54 -0800 |
| commit | fabaf58dabb5020146849d21ce0389e22fb701be (patch) | |
| tree | ce294f2dc2f5d75c14e9a0534d43e2c5f181f1e6 /meta-python | |
| parent | 35832ff73e0873f574f1feb0fb727deec577af28 (diff) | |
| download | meta-openembedded-fabaf58dabb5020146849d21ce0389e22fb701be.tar.gz | |
python3-pyhamcrest: add recipe
meta-python used to have a recipe for pyhamcrest, but only for python2.
Since it got moved to meta-python2 recently, add an equivalent
python3-pyhamcrest recipe to meta-python.
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb new file mode 100644 index 0000000000..04aa9b47f0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Hamcrest framework for matcher objects" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "PyHamcrest" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f" | ||
| 8 | SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
