From 8ca44f621e4d9bc5809ee6f3ee87e8e08ff80d2a Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 18 Aug 2020 19:56:23 -0500 Subject: Remove dependencies for python-cryptography that are not in Ubuntu --- recipes-devtools/python/python-cryptography_%.bbappend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-devtools/python/python-cryptography_%.bbappend diff --git a/recipes-devtools/python/python-cryptography_%.bbappend b/recipes-devtools/python/python-cryptography_%.bbappend new file mode 100644 index 0000000..8f4750f --- /dev/null +++ b/recipes-devtools/python/python-cryptography_%.bbappend @@ -0,0 +1,15 @@ + +RDEPENDS_${PN}_remove = " \ + ${PYTHON_PN}-idna \ + ${PYTHON_PN}-asn1crypto \ + ${PYTHON_PN}-pycparser \ + ${PYTHON_PN}-setuptools \ +" + +DEPENDS_${PN}_class_target_remove = " \ + ${PYTHON_PN}-idna \ + ${PYTHON_PN}-asn1crypto \ + ${PYTHON_PN}-pycparser \ + ${PYTHON_PN}-setuptools \ +" + -- cgit v1.2.3