diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-02-13 18:10:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-13 23:51:29 -0800 |
| commit | 02097911dae616a6329c4867321c1bcb416cee8d (patch) | |
| tree | 1781621286fd2bd37564b774a3fada210139835c /meta-python/recipes-devtools/python/python3-toposort_1.10.bb | |
| parent | 5932a23a9c166aaeca7cdc152a2a730d61cedd37 (diff) | |
| download | meta-openembedded-02097911dae616a6329c4867321c1bcb416cee8d.tar.gz | |
python3-toposort: Add new recipe
Add this new recipe for runtime dependence of hotdoc.
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-toposort_1.10.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-toposort_1.10.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-toposort_1.10.bb b/meta-python/recipes-devtools/python/python3-toposort_1.10.bb new file mode 100644 index 0000000000..ce903dcec3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-toposort_1.10.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Implements a topological sort algorithm" | ||
| 2 | HOMEPAGE = "https://gitlab.com/ericvsmith/toposort" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "bfbb479c53d0a696ea7402601f4e693c97b0367837c8898bc6471adfca37a6bd" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
