aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-cryptography.inc
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-01-15 15:46:40 +0100
committerKhem Raj <raj.khem@gmail.com>2019-01-15 22:08:47 -0800
commitbaf16e1cd0003849606697f3f4b98185492b0843 (patch)
treef0091f15fbe38e17eed43415336e28553b2b39b9 /recipes-devtools/python/python-cryptography.inc
parent59b1eccc25853c6d785dff13be3a04089b84134b (diff)
downloadmeta-python2-baf16e1cd0003849606697f3f4b98185492b0843.tar.gz
python-cryptography: drop python-pycparser dependency
The python-cryptography package is in fact not depending on python-pycparser. (From meta-openembedded commit: ddb7541472947e463e35ad576c3fb936caf2ed01) Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-cryptography.inc')
-rw-r--r--recipes-devtools/python/python-cryptography.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-cryptography.inc b/recipes-devtools/python/python-cryptography.inc
index dbbfe2c..415e823 100644
--- a/recipes-devtools/python/python-cryptography.inc
+++ b/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 \