diff options
| author | Zoltán Böszörményi <zboszor@gmail.com> | 2025-09-04 12:27:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:50:40 -0700 |
| commit | 98b6d1120c990bfaf0cd591689fc3d19649a7ff9 (patch) | |
| tree | e8ee2cc6ae68b9b83750c0760ef15fa873616a23 /meta-python/recipes-devtools/python/python3-identify_2.6.13.bb | |
| parent | 502457f7f9a7e3547196d9a3a50fb82dabfe3f96 (diff) | |
| download | meta-openembedded-98b6d1120c990bfaf0cd591689fc3d19649a7ff9.tar.gz | |
python3-identify: New recipe
It's a dependency of python3-pre-commit.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-identify_2.6.13.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-identify_2.6.13.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.13.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.13.bb new file mode 100644 index 0000000000..2bc0d1aeed --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.13.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "File identification library for Python" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "identify" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | SRC_URI[sha256sum] = "da8d6c828e773620e13bfa86ea601c5a5310ba4bcd65edf378198b56a1f9fb32" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = " \ | ||
| 11 | python3-ukkonen \ | ||
| 12 | " | ||
