summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-rsa.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-rsa.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-rsa.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-rsa.inc b/external/meta-iot-cloud/recipes-devtools/python/python-rsa.inc
new file mode 100644
index 00000000..916b88e7
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-rsa.inc
@@ -0,0 +1,24 @@
+SUMMARY = "Pure-Python RSA implementation"
+AUTHOR = "Sybren A. Stuvel"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
+
+PR = "r1"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-compression \
+ ${PYTHON_PN}-crypt \
+ ${PYTHON_PN}-doctest \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-math \
+ ${PYTHON_PN}-multiprocessing \
+ ${PYTHON_PN}-netclient \
+ ${PYTHON_PN}-pickle \
+"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-pyasn1 \
+"
+
+SRC_URI[md5sum] = "b315f47882c24030ee6b5aad628cccdb"
+SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5" \ No newline at end of file