From 103783752f2b2e1abb0cfa4d4689e90d9cc5c6d0 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 27 Jul 2018 14:26:29 -0400 Subject: python-can: update to version 2.2.1 (From meta-openembedded commit: b98992007b8013837bfe429ff9d2371a764332f7) Signed-off-by: Derek Straka Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-can.inc | 5 +++-- recipes-devtools/python/python-can_2.2.0.bb | 8 -------- recipes-devtools/python/python-can_2.2.1.bb | 8 ++++++++ 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/python/python-can_2.2.0.bb create mode 100644 recipes-devtools/python/python-can_2.2.1.bb diff --git a/recipes-devtools/python/python-can.inc b/recipes-devtools/python/python-can.inc index 959da83..46f0859 100644 --- a/recipes-devtools/python/python-can.inc +++ b/recipes-devtools/python/python-can.inc @@ -3,8 +3,8 @@ SECTION = "devel/python" LICENSE = "LGPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e" -SRC_URI[md5sum] = "670cf82f67c6d2bd6516b638f129a196" -SRC_URI[sha256sum] = "187fac2fbc807561344a6df99cf7b776c0a10182bf99bb10a5c83af45b57dc11" +SRC_URI[md5sum] = "dcdd3f6b924e3f20acb1ccf4598236cf" +SRC_URI[sha256sum] = "b5e93b2ee32bdd597d9d908afe5171c402a04c9678ba47b60f33506738b1375b" PYPI_PACKAGE="python-can" @@ -14,4 +14,5 @@ RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-misc \ ${PYTHON_PN}-netserver \ ${PYTHON_PN}-sqlite3 \ + ${PYTHON_PN}-wrapt \ " diff --git a/recipes-devtools/python/python-can_2.2.0.bb b/recipes-devtools/python/python-can_2.2.0.bb deleted file mode 100644 index f0edb64..0000000 --- a/recipes-devtools/python/python-can_2.2.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require python-can.inc -inherit pypi setuptools - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-argparse \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-zlib \ -" diff --git a/recipes-devtools/python/python-can_2.2.1.bb b/recipes-devtools/python/python-can_2.2.1.bb new file mode 100644 index 0000000..f0edb64 --- /dev/null +++ b/recipes-devtools/python/python-can_2.2.1.bb @@ -0,0 +1,8 @@ +require python-can.inc +inherit pypi setuptools + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-zlib \ +" -- cgit 1.2.3-korg