diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-06 10:02:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:44 -0700 |
| commit | e359c98bc01fe24a9ea282e32f4da47d283bceed (patch) | |
| tree | e0a45f33524c890a2ff1baaeb6423c348af83f19 /meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb | |
| parent | 45b59601ab8e580ff97daf26ebdcc437f78b49a8 (diff) | |
| download | meta-openembedded-e359c98bc01fe24a9ea282e32f4da47d283bceed.tar.gz | |
python3-smbus2: upgrade 0.4.2 -> 0.4.3
Changelog;
===========
- Build pipeline and test updates only:
- Update deprecated Sphinx config format.
- Corrected deprecated assertEquals in the unit tests.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb new file mode 100644 index 0000000000..cc4802e6c7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python" | ||
| 2 | DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python" | ||
| 3 | HOMEPAGE = "https://github.com/kplindegaard/smbus2" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "36f2288a8e1a363cb7a7b2244ec98d880eb5a728a2494ac9c71e9de7bf6a803a" | ||
| 10 | |||
| 11 | CLEANBROKEN = "1" | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "smbus2" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | ${PYTHON_PN}-ctypes \ | ||
| 17 | ${PYTHON_PN}-fcntl \ | ||
| 18 | " | ||
