diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb deleted file mode 100644 index 11351230c2..0000000000 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | SUMMARY = "Simplified object serialization in python" | ||
2 | DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes." | ||
3 | HOMEPAGE = "https://github.com/marshmallow-code/marshmallow" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "\ | ||
6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ | ||
7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" | ||
8 | |||
9 | SRC_URI[sha256sum] = "82408deadd8b33d56338d2182d455db632c6313aa2af61916672146bb32edc56" | ||
10 | |||
11 | inherit python_flit_core pypi ptest | ||
12 | |||
13 | SRC_URI += " \ | ||
14 | file://run-ptest \ | ||
15 | " | ||
16 | |||
17 | RDEPENDS:${PN}-ptest += " \ | ||
18 | python3-pytest \ | ||
19 | python3-pytz \ | ||
20 | python3-simplejson \ | ||
21 | python3-unittest-automake-output \ | ||
22 | " | ||
23 | |||
24 | do_install_ptest() { | ||
25 | install -d ${D}${PTEST_PATH}/tests | ||
26 | rm -rf ${S}/tests/mypy_test_cases | ||
27 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
28 | } | ||
29 | |||
30 | RDEPENDS:${PN} += " \ | ||
31 | python3-compression \ | ||
32 | python3-datetime \ | ||
33 | python3-email \ | ||
34 | python3-json \ | ||
35 | python3-numbers \ | ||
36 | python3-pprint \ | ||
37 | python3-packaging \ | ||
38 | " | ||