[oe] [meta-python][zeus][PATCH v2 2/2] pyhamcrest: add python3 version of recipe

Trevor Gamblin trevor.gamblin at windriver.com
Thu Jan 30 19:03:02 UTC 2020


On 1/30/20 2:00 PM, akuster808 wrote:
> What is the diff in v2 ?
My mistake, no change in v2 for this patch - meant to only send the 
patch to update RDEPENDS.
>
> On 1/30/20 7:34 AM, Trevor Gamblin wrote:
>> From: Trevor Gamblin <trevor.gamblin at windriver.com>
>>
>> Twisted requires pyhamcrest for /usr/bin/twistd to work, but in zeus
>> there is only a python2 recipe for this package, thus the twistd daemon
>> won't be able to run properly for python3.
>>
>> Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
>> ---
>>   .../python/python3-pyhamcrest_1.9.0.bb                 | 10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>   create mode 100644 meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb
>>
>> 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 000000000..04aa9b47f
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb
>> @@ -0,0 +1,10 @@
>> +SUMMARY = "Hamcrest framework for matcher objects"
>> +LICENSE = "BSD-3-Clause"
>> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f"
>> +
>> +PYPI_PACKAGE = "PyHamcrest"
>> +
>> +SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f"
>> +SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd"
>> +
>> +inherit pypi setuptools3


More information about the Openembedded-devel mailing list