diff options
| author | Michael Wyraz <mw@brick4u.de> | 2025-09-17 12:14:12 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-06 16:01:15 -0800 |
| commit | ac8e1757ad9632ca03ce0aad04b3611a5895e0ca (patch) | |
| tree | f3e9dc34721134b9be5fc6de0e98948dd8c21488 /meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb | |
| parent | d786d02d22b9249b7a810ab72dd14bc32520101c (diff) | |
| download | meta-openembedded-ac8e1757ad9632ca03ce0aad04b3611a5895e0ca.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | ||
