summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-scandir_1.10.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb b/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb
new file mode 100644
index 0000000000..253c2342bd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb
@@ -0,0 +1,12 @@
1SUMMARY = "A better directory iterator and faster os.walk()"
2HOMEPAGE = "https://github.com/benhoyt/scandir"
3AUTHOR = "Ben Hoyt"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=482ee62da51806409d432a80eed4e3ea"
6
7SRC_URI = "git://github.com/benhoyt/scandir.git"
8SRCREV = "982e6ba60e7165ef965567eacd7138149c9ce292"
9
10S = "${WORKDIR}/git"
11
12inherit setuptools