diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb new file mode 100644 index 0000000000..2dfb3356a7 --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "Calculate the distance between 2 points on Earth" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=20a52d2c688975e989fcbee3e6c8d1a1" + +SRC_URI[sha256sum] = "1103d7e1f0f108c25b31b63452c54d9d6f29389a70de7dd75fd4b908329b6fcf" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-numpy" + +BBCLASSEXTEND = "native nativesdk" |
