diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-scandir_1.10.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-scandir_1.10.0.bb | 14 |
1 files changed, 0 insertions, 14 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 deleted file mode 100644 index 9de272417e..0000000000 --- a/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "A better directory iterator and faster os.walk()" | ||
2 | HOMEPAGE = "https://github.com/benhoyt/scandir" | ||
3 | AUTHOR = "Ben Hoyt" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=482ee62da51806409d432a80eed4e3ea" | ||
6 | |||
7 | SRC_URI = "git://github.com/benhoyt/scandir.git" | ||
8 | SRCREV = "982e6ba60e7165ef965567eacd7138149c9ce292" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | inherit setuptools | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" \ No newline at end of file | ||