diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-09-08 12:49:49 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-08 11:58:17 -0700 |
| commit | 5074147e1e110e4922c7e11a172a789f416882e1 (patch) | |
| tree | a29d4117b3f3e8885b2b7c6b5848a8b78e7c4168 /meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb | |
| parent | 842e59e9c7a5716ef03b4f563a2dcf20a5f8bdd6 (diff) | |
| download | meta-openembedded-5074147e1e110e4922c7e11a172a789f416882e1.tar.gz | |
python3-haversine: Upgrade 2.6.0 -> 2.7.0
Upgrade to release 2.7.0:
- Official support of python 3.10, 3.11 and 3.12
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb b/meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb new file mode 100644 index 0000000000..bfe36b0b80 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Calculate the distance between 2 points on Earth" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "9dd62c95bff9c43eb898604625e80db68b8b9e91a5111338f55ebcf470dd5a3d" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += "python3-numpy" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
