diff options
author | Derek Straka <derek@asterius.io> | 2017-01-25 10:22:56 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:21 +0100 |
commit | ebe26af3147682116c955d146263f3c943720ffe (patch) | |
tree | 88d48fb3428a3bd21f5d6eb9306cf0a483fa957e /meta-python/recipes-devtools/python | |
parent | 8241ef07f2ee0682637cc0446671bdb896212c18 (diff) | |
download | meta-openembedded-ebe26af3147682116c955d146263f3c943720ffe.tar.gz |
python-serpent: add new recipe for version 1.16
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-serpent_1.16.bb | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000..2f31e3ab6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent_1.16.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Serialization based on ast.literal_eval" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=506280bc092b1a0be25c79fb0ed4aaa6" | ||
4 | |||
5 | SRC_URI[md5sum] = "9d0cfe1f57f468100d3ae94c4de47950" | ||
6 | SRC_URI[sha256sum] = "c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e" | ||
7 | |||
8 | inherit pypi setuptools | ||
9 | |||
10 | RDEPENDS_${PN} += "\ | ||
11 | ${PYTHON_PN}-netclient \ | ||
12 | ${PYTHON_PN}-numbers \ | ||
13 | " | ||