From f00a7b9e7037f5e3efed10b1c81371b69dd0dee9 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 3 Dec 2017 14:53:47 -0500 Subject: python-ply: add a python3 version of the recipe Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-ply_3.10.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-ply_3.10.bb (limited to 'meta-python/recipes-devtools/python/python3-ply_3.10.bb') diff --git a/meta-python/recipes-devtools/python/python3-ply_3.10.bb b/meta-python/recipes-devtools/python/python3-ply_3.10.bb new file mode 100644 index 0000000000..de8881d514 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ply_3.10.bb @@ -0,0 +1,6 @@ +require python-ply.inc +inherit setuptools3 + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-enum \ +" -- cgit v1.2.3-54-g00ecf