diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 87ff16c37..4ba3e320f 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388" DEPENDS += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-cffi-native \ - ${PYTHON_PN}-pyasn1 \ + ${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-six \ " @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "d04bb2425086c3fe86f7bc48915290b13e798497839fbb18ab7f6dffcf RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-idna \ - ${PYTHON_PN}-pyasn1 \ + ${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-pycparser \ ${PYTHON_PN}-setuptools \ ${PYTHON_PN}-six \ @@ -26,7 +26,7 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-idna \ ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-pyasn1 \ + ${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-pycparser \ ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-setuptools \ |