diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 8a364116d5..6c43e863df 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc | |||
@@ -3,6 +3,8 @@ HOMEPAGE = "https://cryptography.io/" | |||
3 | LICENSE = "Apache-2.0 | BSD" | 3 | LICENSE = "Apache-2.0 | BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124" |
5 | 5 | ||
6 | LDSHARED += "-pthread" | ||
7 | |||
6 | DEPENDS += " \ | 8 | DEPENDS += " \ |
7 | ${PYTHON_PN}-cffi \ | 9 | ${PYTHON_PN}-cffi \ |
8 | ${PYTHON_PN}-cffi-native \ | 10 | ${PYTHON_PN}-cffi-native \ |