aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-spidev_3.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-17 22:30:12 -0700
committerKhem Raj <raj.khem@gmail.com>2021-03-22 09:18:37 -0700
commitf5bc0d09105dbd5c1f61a6fb4b2be9b239a8981b (patch)
treecb0b7fb27a874fc88829118b20033ae3d6a58b36 /meta-python/recipes-devtools/python/python3-spidev_3.2.bb
parent62f3673850e9c72191e1ca4ddbf045be12c51f7e (diff)
downloadmeta-openembedded-contrib-f5bc0d09105dbd5c1f61a6fb4b2be9b239a8981b.tar.gz
python3-spidev: Remove recipe for 3.2
3.5 is already there Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-spidev_3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-spidev_3.2.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.2.bb b/meta-python/recipes-devtools/python/python3-spidev_3.2.bb
deleted file mode 100644
index 65679594d3..0000000000
--- a/meta-python/recipes-devtools/python/python3-spidev_3.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "Python bindings for Linux SPI access through spidev"
-DESCRIPTION = "This project contains a python module for interfacing with SPI\
-devices from user space via the spidev linux kernel driver.\
-This is a modified version of the code originally found\
-[here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
-All code is GPLv2 licensed unless explicitly stated otherwise."
-HOMEPAGE = "http://github.com/doceme/py-spidev"
-SECTION = "devel/python"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=54bdb9022ebb75ab68399cdaab97da60"
-SRCNAME = "spidev"
-
-SRC_URI[md5sum] = "f601676f1bb48b9aa3b3897f95216365"
-SRC_URI[sha256sum] = "09d2b5122f0dd79910713a11f9a0020f71537224bf829916def4fffc0ea59456"
-
-inherit pypi setuptools3