summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-systemd_235.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-systemd: switch to python_setuptools_build_metaRoss Burton2024-11-191-4/+9
| | | | | | | | Switch to the modern build system, and sort the recipe assignments to be more idiomatic. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-1/+1
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-systemd: update from v234 to v235Cook, Samuel2023-02-221-0/+12
Includes bugfix from v234 which won't run on python3.10 See: https://github.com/systemd/python-systemd/issues/107 Removes patches now no longer required as they are implemented in v235 drop setting md5 checksum for src_uri as it is no longer needed rename patch directory to match recipe name as python2 version of recipe is gone V235 released to PyPI on 11 Feb 23 https://pypi.org/project/systemd-python/235/ Signed-off-by: Samuel Cook <samuel.cook@cornelisnetworks.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>