aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
AgeCommit message (Collapse)Author
2021-08-03Convert to new override syntaxMartin Jansa
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>
2021-03-08pystemd: satisfy runtime dependenciesBartosz Golaszewski
The current recipe for pystemd doesn't specify its runtime dependencies. This fixes it by adding xml and pprint modules to RDEPENDS. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-04python3-pystemd: Upgrade 0.7.0 -> 0.8.0Leon Anavi
Upgrade to release 0.8.0: - add initial support for python 3.7 and 3.8 - added options StandardOutputFile, StandardOutputFileToAppend, StandardErrorFile and StandardErrorFileToAppend to known unit signatures. - Added type stubs for pystemd.daemon, pystemd.dbuslib, pystemd.systemd1.Unit and pystemd.systemd1.Manager because we still "support python 3.4. - fix issue when char is unsigned, and <char *> -1 returns 255. - added slice_ option to pystemd.run to specify the cgroup where the unit is created. 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>