From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-sshtunnel.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-sshtunnel.inc') 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 -- cgit 1.2.3-korg