python-ndg-httpsclient, python3-ndg-httpsclient: Add recipe for version 0.4.2

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Fabio Berton
2016-08-22 16:01:30 -03:00
committed by Martin Jansa
parent 70978e39b5
commit 97691e5ace
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
DESCRIPTION = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
HOMEPAGE = "http://python-requests.org"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0"
SRC_URI[md5sum] = "b3a958c0e9aaf4d3f8dd933f46f8c1a9"
SRC_URI[sha256sum] = "580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac"
PYPI_PACKAGE = "ndg_httpsclient"
DEPENDS = " \
${PYTHON_PN}-pyopenssl \
"
DEPENDS = " \
${PYTHON_PN}-pyasn1 \
"
BBCLASSEXTEND = "native nativesdk"