diff options
| author | Derek Straka <derek@asterius.io> | 2017-03-08 08:16:04 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-11 17:56:45 +0100 |
| commit | 1c70187951f4d3b146b6427a7435c62d72992088 (patch) | |
| tree | 1c36054d46c4be280e129b44bf8260347c27a586 /meta-python/recipes-devtools/python/python3-serpent_1.19.bb | |
| parent | 5831b3680c4b57e229fc4dda71a0ee5b42ae8672 (diff) | |
| download | meta-openembedded-1c70187951f4d3b146b6427a7435c62d72992088.tar.gz | |
python-serpent: update to version 1.19
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.19.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.19.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.19.bb b/meta-python/recipes-devtools/python/python3-serpent_1.19.bb new file mode 100644 index 0000000000..199dcfafda --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.19.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 | " | ||
