diff options
| author | Stefan Agner <stefan.agner@toradex.com> | 2017-04-14 18:09:08 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 10:59:27 +0200 |
| commit | 60885e3223ad811c2b4185eb6a22fa0cdb0d082a (patch) | |
| tree | 4c322170d12a2c018945443747055d0e8f304bb5 /meta-python/recipes-devtools/python/python3-can_1.5.2.bb | |
| parent | 4ddc0a58a7af4df17647b477925293d96c049b95 (diff) | |
| download | meta-openembedded-60885e3223ad811c2b4185eb6a22fa0cdb0d082a.tar.gz | |
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 <stefan.agner@toradex.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_1.5.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-can_1.5.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_1.5.2.bb b/meta-python/recipes-devtools/python/python3-can_1.5.2.bb new file mode 100644 index 0000000000..a1d45b88a6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_1.5.2.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require python-can.inc | ||
| 2 | inherit pypi setuptools3 | ||
| 3 | |||
| 4 | RDEPENDS_${PN} += "python3-sqlite3" | ||
