summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-toposort_1.10.bb
diff options
context:
space:
mode:
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.bb10
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 @@
1SUMMARY = "Implements a topological sort algorithm"
2HOMEPAGE = "https://gitlab.com/ericvsmith/toposort"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6SRC_URI[sha256sum] = "bfbb479c53d0a696ea7402601f4e693c97b0367837c8898bc6471adfca37a6bd"
7
8inherit pypi python_setuptools_build_meta
9
10BBCLASSEXTEND = "native"