summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-scandir.inc
blob: ebc6049e86cedc2b37d44ce4aad8b5a1ea048521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "A better directory iterator and faster os.walk()"
HOMEPAGE = "https://github.com/benhoyt/scandir"
AUTHOR = "Ben Hoyt"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=482ee62da51806409d432a80eed4e3ea"

PR = "r0"

SRC_URI = "git://github.com/benhoyt/scandir.git"
SRCREV = "edbae30f83f370f9d2f1e43d02e3793081e1cd25"

S = "${WORKDIR}/git"