diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-serpent_1.42.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.42.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.42.bb b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb new file mode 100644 index 0000000000..c165a02caa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Serialization based on ast.literal_eval" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "8ea082b01f8ba07ecd74e34a9118ac4521bc4594938d912b808c89f1da425506" | ||
| 6 | |||
| 7 | inherit pypi ptest-python-pytest setuptools3 | ||
| 8 | |||
| 9 | # python3-misc for timeit.py | ||
| 10 | RDEPENDS:${PN}-ptest += " \ | ||
| 11 | python3-attrs \ | ||
| 12 | python3-misc \ | ||
| 13 | python3-pytz \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "\ | ||
| 17 | python3-netclient \ | ||
| 18 | python3-numbers \ | ||
| 19 | " | ||
