diff options
| author | Derek Straka <derek@asterius.io> | 2017-06-16 13:19:32 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-19 19:30:42 +0200 |
| commit | 743476145fa15978d0e4aef37f1e3cb13405e336 (patch) | |
| tree | 995719b40c88f875e27b79f28a73a26d7c58fc7d /meta-python/recipes-devtools/python/python3-serpent_1.22.bb | |
| parent | 13c51f587d344b1a1beae72de21c333822c6ba50 (diff) | |
| download | meta-openembedded-743476145fa15978d0e4aef37f1e3cb13405e336.tar.gz | |
python-serpent: update to version 1.22
Verify the license terms have not changed and update checksum based on the
latest PKG-INFO
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.22.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.22.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.22.bb b/meta-python/recipes-devtools/python/python3-serpent_1.22.bb new file mode 100644 index 0000000000..199dcfafda --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.22.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-serpent.inc | ||
| 3 | |||
| 4 | # Requires _pydecimal which is in misc | ||
| 5 | RDEPENDS_${PN} += " \ | ||
| 6 | ${PYTHON_PN}-enum \ | ||
| 7 | ${PYTHON_PN}-misc \ | ||
| 8 | " | ||
