mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
Add python3-pathspec (from meta-python)
This is a dependency of the Hatch build system, to be added as python3-hatchling. (From OE-Core rev: 857f324314d10c6cfe4613ec5dc865a2df0dc2e2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b9cc2f2b1d
commit
158323d312
11
meta/recipes-devtools/python/python3-pathspec_0.9.0.bb
Normal file
11
meta/recipes-devtools/python/python3-pathspec_0.9.0.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "Utility library for gitignore style pattern matching of file paths."
|
||||
HOMEPAGE = "https://github.com/cpburnz/python-path-specification"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
|
||||
|
||||
SRC_URI[sha256sum] = "e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user