From c9852cccea26de494e594bdbdb8afe2a9dd8b9b7 Mon Sep 17 00:00:00 2001 From: Bill Randle Date: Mon, 25 Sep 2017 21:49:33 -0700 Subject: python-can: update to version 2.0.0b1 While 1.5.2 is the latest release on the master branch of python-can, it is over a year old and many improvements and bugfixes have ben made in the develop branch that make it worth using over master. Signed-off-by: Bill Randle Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb (limited to 'meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb') diff --git a/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb b/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb new file mode 100644 index 0000000000..a1d45b88a6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb @@ -0,0 +1,4 @@ +require python-can.inc +inherit pypi setuptools3 + +RDEPENDS_${PN} += "python3-sqlite3" -- cgit v1.2.3-54-g00ecf