aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-07-24 14:32:00 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:19:01 +0200
commit76313455e0d55b1e00196f4a1428bb1b7e2bfd69 (patch)
tree5921b4c6b579bd186d397ccb87d10c7cf2e1ab30 /meta-python/recipes-devtools/python/python3-serpent_1.23.bb
parent5fc1c31209261f577fc934e1d6493c78b48e3952 (diff)
downloadmeta-openembedded-76313455e0d55b1e00196f4a1428bb1b7e2bfd69.tar.gz
python-serpent: update to version 1.23
Update license checksum and verify terms are unchanged 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/python3-serpent_1.23.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-serpent_1.23.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.23.bb b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
new file mode 100644
index 0000000000..199dcfafda
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
@@ -0,0 +1,8 @@
+inherit setuptools3
+require python-serpent.inc
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-enum \
+ ${PYTHON_PN}-misc \
+"