From 46928e1fc7fa314c2bb9356bf6a03bf4b376968d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 20 Mar 2022 20:50:39 -0400 Subject: [PATCH] python3-pyopenssl: Remove This recipe has been moved to oe-core. Signed-off-by: Scott Murray Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 - .../python/python3-pyopenssl_22.0.0.bb | 23 ------------------- 2 files changed, 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 331c6eba7b..a60eef329c 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -317,7 +317,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pymysql \ python3-pynacl \ python3-pynetlinux \ - python3-pyopenssl \ python3-pyparted \ python3-pyperclip \ python3-pyperf \ diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb deleted file mode 100644 index db0e809ef5..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Simple Python wrapper around the OpenSSL library" -HOMEPAGE = "https://pyopenssl.org/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -DEPENDS += "openssl ${PYTHON_PN}-cryptography" - -SRC_URI[sha256sum] = "660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf" - -PYPI_PACKAGE = "pyOpenSSL" -inherit pypi setuptools3 - -PACKAGES =+ "${PN}-tests" -FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" - -RDEPENDS:${PN}:class-target = " \ - ${PYTHON_PN}-cryptography \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-threading \ -" -RDEPENDS:${PN}-tests = "${PN}" - -BBCLASSEXTEND = "native nativesdk"