diff options
author | John Klug <john.klug@multitech.com> | 2021-02-24 19:42:55 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-02-24 19:42:55 -0600 |
commit | 757af51957f0f0b8d90661dbaedf53c0c84bab2b (patch) | |
tree | ac2e623337246316af7941c857ad9c8000e88632 /recipes-devtools/python | |
parent | 3dc737ad416e983aec418b4a587903e0b4744597 (diff) | |
download | meta-mlinux-757af51957f0f0b8d90661dbaedf53c0c84bab2b.tar.gz meta-mlinux-757af51957f0f0b8d90661dbaedf53c0c84bab2b.tar.bz2 meta-mlinux-757af51957f0f0b8d90661dbaedf53c0c84bab2b.zip |
python-cryptography is not present in Dunfell
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r-- | recipes-devtools/python/python-cryptography_%.bbappend | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-devtools/python/python-cryptography_%.bbappend b/recipes-devtools/python/python-cryptography_%.bbappend deleted file mode 100644 index 8f4750f..0000000 --- a/recipes-devtools/python/python-cryptography_%.bbappend +++ /dev/null @@ -1,15 +0,0 @@ - -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 \ -" - |