diff mbox series

python3-bcrypt: drop python3-six from RDEPENDS

Message ID 20240505120145.4167-1-gudnimar@noxmedical.com
State Accepted, archived
Commit 50757cc95b3062f11a7455af33e7a7e74ea1d0f7
Headers show
Series python3-bcrypt: drop python3-six from RDEPENDS | expand

Commit Message

Guðni Már Gilbert May 5, 2024, 12:01 p.m. UTC
Python 2.7 support was dropped in version 3.2.0 and
python3-six dependency was subsequently dropped in version 3.2.1

Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
---
 meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Richard Purdie May 9, 2024, 4:49 p.m. UTC | #1
On Sun, 2024-05-05 at 12:01 +0000, Guðni Már Gilbert via
lists.openembedded.org wrote:
> Python 2.7 support was dropped in version 3.2.0 and
> python3-six dependency was subsequently dropped in version 3.2.1
> 
> Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
> ---
>  meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb
> b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb
> index 93fa645f33..57b08b3700 100644
> --- a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb
> +++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb
> @@ -33,5 +33,4 @@ RDEPENDS:${PN}:class-target += "\
>  python3-cffi \
>  python3-ctypes \
>  python3-shell \
> - python3-six \
>  "

Thanks for the patch, this is a good change.

Unfortunately these patches are coming through with corrupted
whitespace which means they don't apply.

Since they were simple, I've manually added the changes for this and
the other similar python3-six related one but I wanted to mention it
for future patches.

Cheers,

Richard
Guðni Már Gilbert May 9, 2024, 11:30 p.m. UTC | #2
On Thu, May 9, 2024 at 04:49 PM, Richard Purdie wrote:

> 
> Unfortunately these patches are coming through with corrupted
> whitespace which means they don't apply.

Hi Richard, thank you for letting me know, I had no idea about this!
I'm still pretty new in this mailing list so I hope I haven't been unknowingly posting corrupted patches the last month.

I'll check for this next time. (I'm using Ubuntu 22.04 for this work)

Best regards,
Gudni
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb
index 93fa645f33..57b08b3700 100644
--- a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb
+++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb
@@ -33,5 +33,4 @@  RDEPENDS:${PN}:class-target += "\
     python3-cffi \
     python3-ctypes \
     python3-shell \
-    python3-six \
 "