diff options
| author | Michael Wyraz <mw@brick4u.de> | 2025-09-17 12:14:12 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-17 13:52:41 +0530 |
| commit | 11d30147cb70c388bf315b7c57f7a103d3a9799f (patch) | |
| tree | c85c04abd6a045aa25ae970906c1376c5a4477a2 /meta-python/recipes-devtools | |
| parent | ac810a91ee7a7c7cfd1f70158a0c2357ded21b7e (diff) | |
| download | meta-openembedded-11d30147cb70c388bf315b7c57f7a103d3a9799f.tar.gz | |
python3-transitions: add native support
Issue #997
Signed-off-by: Michael Wyraz <mw@brick4u.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ac8e1757ad9632ca03ce0aad04b3611a5895e0ca)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb b/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb index 980351bf14..e23c54f952 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb | |||
| @@ -7,3 +7,5 @@ inherit pypi setuptools3 | |||
| 7 | SRC_URI[sha256sum] = "2f54d11bdb225779d7e729011e93a9fb717668ce3dc65f8d4f5a5d7ba2f48e10" | 7 | SRC_URI[sha256sum] = "2f54d11bdb225779d7e729011e93a9fb717668ce3dc65f8d4f5a5d7ba2f48e10" |
| 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 | ||
