diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb b/meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb deleted file mode 100644 index 742f921e59..0000000000 --- a/meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = "Python bindings and utilities for GeoJSON" | ||
2 | HOMEPAGE = "https://pypi.org/project/geojson/" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f77f2ed49768c8d4c79ba874c0f94d8a" | ||
5 | |||
6 | SRC_URI[sha256sum] = "58a7fa40727ea058efc28b0e9ff0099eadf6d0965e04690830208d3ef571adac" | ||
7 | |||
8 | inherit pypi setuptools3 ptest | ||
9 | |||
10 | SRC_URI += " \ | ||
11 | file://run-ptest \ | ||
12 | " | ||
13 | |||
14 | RDEPENDS:${PN}-ptest += " \ | ||
15 | python3-pytest \ | ||
16 | python3-unittest-automake-output \ | ||
17 | " | ||
18 | |||
19 | do_install_ptest() { | ||
20 | install -d ${D}${PTEST_PATH}/tests | ||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
22 | } | ||
23 | |||
24 | RDEPENDS:${PN} += "python3-simplejson python3-math" | ||
25 | |||
26 | BBCLASSEXTEND = "native nativesdk" | ||