python-pysocks: update to version 1.6.5 and fix RDEPENDS

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka
2016-12-22 10:18:45 -05:00
committed by Martin Jansa
parent 4c64bd812a
commit bb4140f943
4 changed files with 14 additions and 4 deletions

View File

@@ -3,9 +3,13 @@ HOMEPAGE = "http://python-requests.org"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
SRC_URI[md5sum] = "68f4ad7a8d4fa725656ae3e9dd142d29"
SRC_URI[sha256sum] = "e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88"
SRC_URI[md5sum] = "06524b15a3a96fe05212f12cfb87c57d"
SRC_URI[sha256sum] = "7962f4d7c76e8414ae168c677a77f19cf8926143911f7e8d37a5d4c4eb910c6f"
PYPI_PACKAGE = "PySocks"
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-io \
"
BBCLASSEXTEND = "native nativesdk"