summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-ndg-httpsclient.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-ndg-httpsclient.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
new file mode 100644
index 000000000..ae2bca104
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
@@ -0,0 +1,19 @@
1DESCRIPTION = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
2HOMEPAGE = "http://python-requests.org"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0"
5
6SRC_URI[md5sum] = "b3a958c0e9aaf4d3f8dd933f46f8c1a9"
7SRC_URI[sha256sum] = "580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac"
8
9PYPI_PACKAGE = "ndg_httpsclient"
10
11DEPENDS = " \
12 ${PYTHON_PN}-pyopenssl \
13"
14
15DEPENDS = " \
16 ${PYTHON_PN}-pyasn1 \
17"
18
19BBCLASSEXTEND = "native nativesdk"