python-cryptography: drop python-pycparser dependency

The python-cryptography package is in fact not depending on
python-pycparser.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Stefan Agner
2019-01-15 15:46:40 +01:00
committed by Khem Raj
parent 1ed152e32e
commit ddb7541472
@@ -17,7 +17,6 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-cffi \ ${PYTHON_PN}-cffi \
${PYTHON_PN}-idna \ ${PYTHON_PN}-idna \
${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-asn1crypto \
${PYTHON_PN}-pycparser \
${PYTHON_PN}-setuptools \ ${PYTHON_PN}-setuptools \
${PYTHON_PN}-six \ ${PYTHON_PN}-six \
" "
@@ -27,7 +26,6 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-idna \ ${PYTHON_PN}-idna \
${PYTHON_PN}-numbers \ ${PYTHON_PN}-numbers \
${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-asn1crypto \
${PYTHON_PN}-pycparser \
${PYTHON_PN}-setuptools \ ${PYTHON_PN}-setuptools \
${PYTHON_PN}-six \ ${PYTHON_PN}-six \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \