summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-serpent_1.16.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-22 19:06:29 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-23 23:22:29 +0100
commit00db5fae38203796c6cef34d98abce9c73dfb976 (patch)
tree568ffe962d9ce5c5ae9a89a8ccd963655348134f /meta-python/recipes-devtools/python/python-serpent_1.16.bb
parente5a3b328eec17970577b72e40f0639746eb4c40b (diff)
downloadmeta-openembedded-00db5fae38203796c6cef34d98abce9c73dfb976.tar.gz
python-serpent: update to version 1.18.1
Verified license terms remain the same and updated the checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-serpent_1.16.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-serpent_1.16.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python-serpent_1.16.bb b/meta-python/recipes-devtools/python/python-serpent_1.16.bb
deleted file mode 100644
index 2f31e3ab6b..0000000000
--- a/meta-python/recipes-devtools/python/python-serpent_1.16.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1SUMMARY = "Serialization based on ast.literal_eval"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://PKG-INFO;md5=506280bc092b1a0be25c79fb0ed4aaa6"
4
5SRC_URI[md5sum] = "9d0cfe1f57f468100d3ae94c4de47950"
6SRC_URI[sha256sum] = "c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e"
7
8inherit pypi setuptools
9
10RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-netclient \
12 ${PYTHON_PN}-numbers \
13 "