From ebe26af3147682116c955d146263f3c943720ffe Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 25 Jan 2017 10:22:56 -0500 Subject: python-serpent: add new recipe for version 1.16 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-serpent_1.16.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.16.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-serpent_1.16.bb b/meta-python/recipes-devtools/python/python-serpent_1.16.bb new file mode 100644 index 0000000000..2f31e3ab6b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent_1.16.bb @@ -0,0 +1,13 @@ +SUMMARY = "Serialization based on ast.literal_eval" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=506280bc092b1a0be25c79fb0ed4aaa6" + +SRC_URI[md5sum] = "9d0cfe1f57f468100d3ae94c4de47950" +SRC_URI[sha256sum] = "c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e" + +inherit pypi setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-numbers \ + " -- cgit v1.2.3-54-g00ecf