summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-systemd_234.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-systemd: update from v234 to v235Cook, Samuel2023-02-221-23/+0
| | | | | | | | | | | | | | | | | | 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>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-systemd: patch to use setuptoolsTim Orling2022-03-011-1/+4
| | | | | | | | | setup.py bdist_wheel does not work with ditutils (which is deprecated anyway). Add a patch to switch to setuptools to allow wheel to be built. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-systemd: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | | Fixes FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-systemd: Consolidate in a single fileLeon Anavi2020-09-051-3/+20
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Adds python3 syslog dependency to python3-systemdKavi Jivan2018-11-261-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python[3]-systemd: cleanup common content; fix build for muslTim Orling2018-01-261-13/+2
| | | | | | | | * Put common content in python-systemd.inc * Add patch to provide strndupa() for musl Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-systemd, python3-systemd: add a new recipesAndrej Rode2017-04-241-0/+13
Adds new recipe for python-systemd and python3-systemd which provide python bindings for libsystemd Signed-off-by: Andrej Rode <andrej.rode@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>