From 5831b3680c4b57e229fc4dda71a0ee5b42ae8672 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 8 Mar 2017 08:16:03 -0500 Subject: python-serpent: add a python3 recipe Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb (limited to 'meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb b/meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb new file mode 100644 index 0000000000..199dcfafda --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.18.1.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 \ +" -- cgit v1.2.3-54-g00ecf