summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc b/external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc
new file mode 100644
index 00000000..1eabce24
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc
@@ -0,0 +1,22 @@
+DESCRIPTION = "Pure python SSH tunnels"
+HOMEPAGE = "https://github.com/pahaz/sshtunnel"
+AUTHOR = "Pahaz Blinov"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=099ee2b925d98c72f52684df6fa3ac9f"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-netserver \
+ ${PYTHON_PN}-threading \
+ ${PYTHON_PN}-unixadmin \
+"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-paramiko \
+"
+
+PR = "r0"
+
+SRC_URI[md5sum] = "fb16cf0aec60451369ce23a0491c8b9b"
+SRC_URI[sha256sum] = "f29ae41a1bd3afa64e9a31029bece2966e4be9a9641e8262372741e691c40d76" \ No newline at end of file