From 6e60e8b2b2bab889379b380a28a167a0edd9d1d3 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 1 Feb 2018 10:27:11 -0500 Subject: Yocto 2.3 Move OpenBMC to Yocto 2.3(pyro). Tested: Built and verified Witherspoon and Palmetto images Change-Id: I50744030e771f4850afc2a93a10d3507e76d36bc Signed-off-by: Brad Bishop Resolves: openbmc/openbmc#2461 --- .../meta-python/recipes-devtools/python/python-pysocks.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc') diff --git a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc index 0697fd715..5aec6fc4e 100644 --- a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc +++ b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pysocks.inc @@ -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] = "571f4c23982fa86bf0e7a441f1b6c881" +SRC_URI[sha256sum] = "02419a225ff5dcfc3c9695ef8fc9b4d8cc99658e650c6d4718d4c8f451e63f41" PYPI_PACKAGE = "PySocks" +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-io \ +" + BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3