diff options
| author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-05-05 12:10:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-13 15:42:27 +0100 |
| commit | a23cf505109024b62f545018d5e0a37f3c8d151f (patch) | |
| tree | 3cbaedaa521fa58a879a68eda0cc8b908ebb271d /meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb | |
| parent | 6ea457052c1ec6f1a02794dc9961d2d7efa0514e (diff) | |
| download | poky-a23cf505109024b62f545018d5e0a37f3c8d151f.tar.gz | |
python3-pyopenssl: drop python3-six from RDEPENDS
Python 2.7 support was dropped in version 22.0.0
python3-six was dropped as a dependency in 22.0.0
(From OE-Core rev: 6eab37a0cdcc6071f79aa5c8198df0b2ba23dd7a)
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb index e714ad838e..9ef3145bf8 100644 --- a/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb +++ b/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb | |||
| @@ -15,7 +15,6 @@ FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | |||
| 15 | 15 | ||
| 16 | RDEPENDS:${PN}:class-target = " \ | 16 | RDEPENDS:${PN}:class-target = " \ |
| 17 | python3-cryptography \ | 17 | python3-cryptography \ |
| 18 | python3-six \ | ||
| 19 | python3-threading \ | 18 | python3-threading \ |
| 20 | " | 19 | " |
| 21 | RDEPENDS:${PN}-tests = "${PN}" | 20 | RDEPENDS:${PN}-tests = "${PN}" |
