summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-serpent.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-serpent.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-serpent.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc
new file mode 100644
index 0000000000..a1520db490
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-serpent.inc
@@ -0,0 +1,13 @@
1SUMMARY = "Serialization based on ast.literal_eval"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2669deccb79531c74a5ddd71b45f5095"
4
5SRC_URI[md5sum] = "e2cd7b751274c59b420d4f54db9a49cf"
6SRC_URI[sha256sum] = "9afebb58ac8b827050e1969324388349dc9738b0a03b0d91567b328834a27732"
7
8inherit pypi
9
10RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-netclient \
12 ${PYTHON_PN}-numbers \
13 "