diff options
author | Derek Straka <derek@asterius.io> | 2018-01-29 08:39:01 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-11 11:50:56 -0800 |
commit | 215dfc15581e90794df8a2c4cb498b3af32b843c (patch) | |
tree | 7cea153e94ee6f936d40aa91b4094c0425a3c604 /meta-python/recipes-devtools/python/python3-yappi_0.98.bb | |
parent | edbe41f53ec15eeae4673498c41a1f3a42ac813b (diff) | |
download | meta-openembedded-215dfc15581e90794df8a2c4cb498b3af32b843c.tar.gz |
python-yappi: 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-yappi_0.98.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-yappi_0.98.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yappi_0.98.bb b/meta-python/recipes-devtools/python/python3-yappi_0.98.bb new file mode 100644 index 000000000..07da5b6eb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yappi_0.98.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | require python-yappi.inc | ||
2 | inherit setuptools3 | ||