diff options
Diffstat (limited to 'meta-python')
3 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb index 6f862804ce..d83c37e850 100644 --- a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | |||
| @@ -14,7 +14,10 @@ SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c415 | |||
| 14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
| 17 | python3-misc \ | ||
| 17 | python3-crypt \ | 18 | python3-crypt \ |
| 18 | python3-logging \ | 19 | python3-logging \ |
| 19 | python3-netclient \ | 20 | python3-netclient \ |
| 20 | " | 21 | " |
| 22 | |||
| 23 | BBCLASSEXTEND = "native" \ No newline at end of file | ||
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" | ||
diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb index 7a4ac0e796..6a54d3a79a 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb | |||
| @@ -7,3 +7,5 @@ inherit pypi setuptools3 | |||
| 7 | SRC_URI[sha256sum] = "881fb75bb1654ed55d86060bb067f2c716f8e155f57bb73fd444e53713aafec8" | 7 | SRC_URI[sha256sum] = "881fb75bb1654ed55d86060bb067f2c716f8e155f57bb73fd444e53713aafec8" |
| 8 | 8 | ||
| 9 | RDEPENDS:${PN} += "python3-six python3-logging" | 9 | RDEPENDS:${PN} += "python3-six python3-logging" |
| 10 | |||
| 11 | BBCLASSEXTEND = "native" \ No newline at end of file | ||
