From 04f80435e890baa4a575deeda9758eb4c3c3f171 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 5 Nov 2019 23:49:31 -0800 Subject: python-scandir: add version 1.10.0 It is required by python-pathlib2. The recipe refers the duplicated one in meta-iot-cloud Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-scandir_1.10.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-scandir_1.10.0.bb 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 @@ +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" + +SRC_URI = "git://github.com/benhoyt/scandir.git" +SRCREV = "982e6ba60e7165ef965567eacd7138149c9ce292" + +S = "${WORKDIR}/git" + +inherit setuptools -- cgit v1.2.3-54-g00ecf