diff options
author | John Klug <john.klug@multitech.com> | 2020-08-18 19:56:23 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 09:25:59 -0600 |
commit | 8ca44f621e4d9bc5809ee6f3ee87e8e08ff80d2a (patch) | |
tree | d0c1bd96bf06c0b0c335c6d399ec7370469c1ce7 /recipes-devtools/python | |
parent | fce7feae79990506c86be483d6eab7920a03228f (diff) | |
download | meta-mlinux-8ca44f621e4d9bc5809ee6f3ee87e8e08ff80d2a.tar.gz meta-mlinux-8ca44f621e4d9bc5809ee6f3ee87e8e08ff80d2a.tar.bz2 meta-mlinux-8ca44f621e4d9bc5809ee6f3ee87e8e08ff80d2a.zip |
Remove dependencies for python-cryptography that are not in Ubuntu
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r-- | recipes-devtools/python/python-cryptography_%.bbappend | 15 |
1 files changed, 15 insertions, 0 deletions
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 \ +" + |