diff options
author | Ross Burton <ross.burton@arm.com> | 2023-01-03 13:47:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
commit | eb2a1c7830943d752c8468fa431037386efbe13a (patch) | |
tree | 284eaecae2817e867ce2f9a5f66d2cb7e5e335c4 /meta/recipes-devtools/python/python3-pathspec_0.10.1.bb | |
parent | c8855fc0740f0b6872087191073562010548215b (diff) | |
download | poky-eb2a1c7830943d752c8468fa431037386efbe13a.tar.gz |
python3-pathspec: upgrade 0.10.1 -> 0.10.3
(From OE-Core rev: 86bc9469e2b7c1a42db8d85f3d2dab7c3a34c438)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pathspec_0.10.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-pathspec_0.10.1.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-devtools/python/python3-pathspec_0.10.1.bb b/meta/recipes-devtools/python/python3-pathspec_0.10.1.bb deleted file mode 100644 index 8f2af0ec99..0000000000 --- a/meta/recipes-devtools/python/python3-pathspec_0.10.1.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | SUMMARY = "Utility library for gitignore style pattern matching of file paths." | ||
2 | HOMEPAGE = "https://github.com/cpburnz/python-path-specification" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MPL-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | ||
6 | |||
7 | SRC_URI[sha256sum] = "7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||