summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-can.inc9
-rw-r--r--meta-python/recipes-devtools/python/python-can_1.5.2.bb4
-rw-r--r--meta-python/recipes-devtools/python/python3-can_1.5.2.bb4
3 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc
new file mode 100644
index 000000000..1878f3116
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-can.inc
@@ -0,0 +1,9 @@
1SUMMARY = "Controller Area Network (CAN) interface module for Python"
2SECTION = "devel/python"
3LICENSE = "LGPLv3"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e"
5
6SRC_URI[md5sum] = "f653aecf8b9034bbba32cc04ca6a7b6d"
7SRC_URI[sha256sum] = "edabb426e6cd11c2dc7a98980340135aa0eb02143b0d51bf14e3e6178c131cc3"
8
9PYPI_PACKAGE="python-can"
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 000000000..ec81a9e48
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-can_1.5.2.bb
@@ -0,0 +1,4 @@
1require python-can.inc
2inherit pypi setuptools
3
4RDEPENDS_${PN} += "python-sqlite3"
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 000000000..a1d45b88a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-can_1.5.2.bb
@@ -0,0 +1,4 @@
1require python-can.inc
2inherit pypi setuptools3
3
4RDEPENDS_${PN} += "python3-sqlite3"