aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb
diff options
context:
space:
mode:
authorBill Randle <bill.randle@gmail.com>2017-09-25 21:49:33 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-10-04 14:53:25 +0000
commitc9852cccea26de494e594bdbdb8afe2a9dd8b9b7 (patch)
tree5dcc687c4803bca5b3d8cf67293630b085e5657d /meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb
parentd206a054e8013c1a746781a297ea1eb4668e9967 (diff)
downloadmeta-openembedded-c9852cccea26de494e594bdbdb8afe2a9dd8b9b7.tar.gz
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 <bill.randle@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-can_2.0.0b1.bb4
1 files changed, 4 insertions, 0 deletions
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"