From ddb7541472947e463e35ad576c3fb936caf2ed01 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 15 Jan 2019 15:46:40 +0100 Subject: python-cryptography: drop python-pycparser dependency The python-cryptography package is in fact not depending on python-pycparser. Signed-off-by: Stefan Agner Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cryptography.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index dbbfe2cbe3..415e823f8f 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -17,7 +17,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-idna \ ${PYTHON_PN}-asn1crypto \ - ${PYTHON_PN}-pycparser \ ${PYTHON_PN}-setuptools \ ${PYTHON_PN}-six \ " @@ -27,7 +26,6 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-idna \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-asn1crypto \ - ${PYTHON_PN}-pycparser \ ${PYTHON_PN}-setuptools \ ${PYTHON_PN}-six \ ${PYTHON_PN}-threading \ -- cgit 1.2.3-korg