diff mbox series

[meta-python,kirkstone,6/6] python3-pillow: Add distutils, unixadmin for ptest

Message ID 20230131230851.2785067-6-Randy.MacLeod@windriver.com
State New
Headers show
Series [meta-python,kirkstone,1/6] python3-pillow: upgrade 9.0.1 -> 9.1.1 | expand

Commit Message

Randy MacLeod Jan. 31, 2023, 11:08 p.m. UTC
ptest results:
   ====== 3600 passed, 324 skipped, 2 xfailed, 1 xpassed in 74.41s (0:01:14) ======
for qemux86-64 with 2 GB RAM which is the same as seen on master.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

akuster808 Feb. 6, 2023, 5:19 p.m. UTC | #1
Randy,

On 1/31/23 6:08 PM, Randy MacLeod wrote:
> ptest results:
>     ====== 3600 passed, 324 skipped, 2 xfailed, 1 xpassed in 74.41s (0:01:14) ======
> for qemux86-64 with 2 GB RAM which is the same as seen on master.

Did I miss the patch for master?

-armin
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
> index 68c81029c..5a466778c 100644
> --- a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
> @@ -38,11 +38,13 @@ RDEPENDS:${PN}-ptest += " \
>       jpeg-tools \
>       libwebp \
>       ${PYTHON_PN}-core \
> +    ${PYTHON_PN}-distutils \
>       ${PYTHON_PN}-image \
>       ${PYTHON_PN}-mmap \
>       ${PYTHON_PN}-pytest \
>       ${PYTHON_PN}-pytest-timeout \
>       ${PYTHON_PN}-resource \
> +    ${PYTHON_PN}-unixadmin\
>       tk \
>   "
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#100895): https://lists.openembedded.org/g/openembedded-devel/message/100895
> Mute This Topic: https://lists.openembedded.org/mt/96664650/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Randy MacLeod Feb. 6, 2023, 6:40 p.m. UTC | #2
On 2023-02-06 12:19, akuster808 wrote:
> Randy,
>
> On 1/31/23 6:08 PM, Randy MacLeod wrote:
>> ptest results:
>>     ====== 3600 passed, 324 skipped, 2 xfailed, 1 xpassed in 74.41s 
>> (0:01:14) ======
>> for qemux86-64 with 2 GB RAM which is the same as seen on master.
>
> Did I miss the patch for master?

This patch wasn't required for master, I'm not sure why offhand.

../Randy

>
> -armin
>>
>> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
>> ---
>>   meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git 
>> a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb 
>> b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
>> index 68c81029c..5a466778c 100644
>> --- a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
>> +++ b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
>> @@ -38,11 +38,13 @@ RDEPENDS:${PN}-ptest += " \
>>       jpeg-tools \
>>       libwebp \
>>       ${PYTHON_PN}-core \
>> +    ${PYTHON_PN}-distutils \
>>       ${PYTHON_PN}-image \
>>       ${PYTHON_PN}-mmap \
>>       ${PYTHON_PN}-pytest \
>>       ${PYTHON_PN}-pytest-timeout \
>>       ${PYTHON_PN}-resource \
>> +    ${PYTHON_PN}-unixadmin\
>>       tk \
>>   "
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#100895): 
>> https://lists.openembedded.org/g/openembedded-devel/message/100895
>> Mute This Topic: https://lists.openembedded.org/mt/96664650/3616698
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: 
>> https://lists.openembedded.org/g/openembedded-devel/unsub 
>> [akuster808@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
index 68c81029c..5a466778c 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
@@ -38,11 +38,13 @@  RDEPENDS:${PN}-ptest += " \
     jpeg-tools \
     libwebp \
     ${PYTHON_PN}-core \
+    ${PYTHON_PN}-distutils \
     ${PYTHON_PN}-image \
     ${PYTHON_PN}-mmap \
     ${PYTHON_PN}-pytest \
     ${PYTHON_PN}-pytest-timeout \
     ${PYTHON_PN}-resource \
+    ${PYTHON_PN}-unixadmin\
     tk \
 "