diff options
| author | Derek Straka <derek@asterius.io> | 2017-12-03 14:53:47 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:58 -0800 |
| commit | f00a7b9e7037f5e3efed10b1c81371b69dd0dee9 (patch) | |
| tree | afd557f12f0e89d3920c6ed633479d03d46c8d92 /meta-python/recipes-devtools/python/python3-ply_3.10.bb | |
| parent | aecdd05a89f503c1b92b75746f086f19c967f94b (diff) | |
| download | meta-openembedded-f00a7b9e7037f5e3efed10b1c81371b69dd0dee9.tar.gz | |
python-ply: add a python3 version of the recipe
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ply_3.10.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ply_3.10.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | require python-ply.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | RDEPENDS_${PN}_class-target += "\ | ||
| 5 | ${PYTHON_PN}-enum \ | ||
| 6 | " | ||
