From 60885e3223ad811c2b4185eb6a22fa0cdb0d082a Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 14 Apr 2017 18:09:08 -0700 Subject: python-can: add initial recipe for version 1.5.2 Add initial recipe for python-can library which provides controller area network support for Python 2/3. Signed-off-by: Stefan Agner Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-can_1.5.2.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-can_1.5.2.bb (limited to 'meta-python/recipes-devtools/python/python-can_1.5.2.bb') diff --git a/meta-python/recipes-devtools/python/python-can_1.5.2.bb b/meta-python/recipes-devtools/python/python-can_1.5.2.bb new file mode 100644 index 0000000000..ec81a9e48d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-can_1.5.2.bb @@ -0,0 +1,4 @@ +require python-can.inc +inherit pypi setuptools + +RDEPENDS_${PN} += "python-sqlite3" -- cgit v1.2.3-54-g00ecf