summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cryptography_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography_1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cryptography_1.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.1.bb b/meta-python/recipes-devtools/python/python-cryptography_1.1.bb
index 16806fb1c..ffc8fd9dc 100644
--- a/meta-python/recipes-devtools/python/python-cryptography_1.1.bb
+++ b/meta-python/recipes-devtools/python/python-cryptography_1.1.bb
@@ -1,14 +1,10 @@
1SUMMARY = "Provides cryptographic recipes and primitives to Python developers" 1SUMMARY = "Provides cryptographic recipes and primitives to Python developers"
2SECTION = "devel/python"
3LICENSE = "Apache-2.0 | BSD" 2LICENSE = "Apache-2.0 | BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
5DEPENDS += " python-cffi-native python-cffi python-enum34 python-six python-pyasn1" 4DEPENDS += " python-cffi-native python-cffi python-enum34 python-six python-pyasn1"
6SRCNAME = "cryptography" 5SRCNAME = "cryptography"
7 6
8SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 7SRC_URI = "file://run-ptest"
9 file://run-ptest \
10"
11S = "${WORKDIR}/${SRCNAME}-${PV}"
12 8
13SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f" 9SRC_URI[md5sum] = "dd06da41535184f48f2c8e8b74dd570f"
14SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d" 10SRC_URI[sha256sum] = "059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d"