summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:40 +0100
commitc0c4bc2542a3e30b8a1dd7825c228a5cbbd00ec5 (patch)
treeaf63446f1c2c0f9066975e27325d48bb4b7fcdf6 /meta/recipes-devtools/python
parent455afd564e951c572841eec9a4397584e257023e (diff)
downloadpoky-c0c4bc2542a3e30b8a1dd7825c228a5cbbd00ec5.tar.gz
python3-pathspec: use python_flit_core
This package can be built using pep517 classes now. (From OE-Core rev: 768cce9388520453ed161a1af3444ab45db6ec8c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-pathspec_0.12.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb
index b61f673397..2c80b24c28 100644
--- a/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb
+++ b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
6 6
7SRC_URI[sha256sum] = "a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" 7SRC_URI[sha256sum] = "a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
8 8
9inherit pypi setuptools3 9inherit pypi python_flit_core
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12 12