diff options
author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-05-05 12:01:45 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-07-09 06:02:56 -0700 |
commit | a2bb4707f40951664953ea9a3ba2aa3add14a2f1 (patch) | |
tree | be592cba69472547ef17c11bc653e47a30ad6050 | |
parent | 91363d054b496f95076ba9e20eae0d5f6fe640ca (diff) | |
download | poky-a2bb4707f40951664953ea9a3ba2aa3add14a2f1.tar.gz |
python3-bcrypt: drop python3-six from RDEPENDS
Python 2.7 support was dropped in version 3.2.0 and
python3-six dependency was subsequently dropped in version 3.2.1
(From OE-Core rev: 214d41b73d235176123fd78143747845aa9c951e)
Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 50757cc95b3062f11a7455af33e7a7e74ea1d0f7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 += "\ | |||
33 | python3-cffi \ | 33 | python3-cffi \ |
34 | python3-ctypes \ | 34 | python3-ctypes \ |
35 | python3-shell \ | 35 | python3-shell \ |
36 | python3-six \ | ||
37 | " | 36 | " |