diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-systemd_235.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-systemd_235.bb b/meta-python/recipes-devtools/python/python3-systemd_235.bb index 6b44751df7..269e175cc5 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_235.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_235.bb | |||
| @@ -15,3 +15,6 @@ inherit pypi features_check pkgconfig setuptools3 | |||
| 15 | REQUIRED_DISTRO_FEATURES = "systemd" | 15 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} += "systemd python3-syslog python3-logging python3-syslog" | 17 | RDEPENDS:${PN} += "systemd python3-syslog python3-logging python3-syslog" |
| 18 | |||
| 19 | # v235's setup.py is not written in a way to avoid race condition | ||
| 20 | PARALLEL_MAKE = "-j 1" | ||
