diff options
author | Bill Randle <bill.randle@gmail.com> | 2017-12-07 21:45:46 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-22 19:43:53 -0800 |
commit | e4a673576e9cf24dffc38673f8db7041df6c099d (patch) | |
tree | 5f0e5a031e8ab116e991e32ef470240e2ffd9a3a /meta-python | |
parent | 2a61ca52533395680347459a46b1cfdab9d4a124 (diff) | |
download | meta-openembedded-e4a673576e9cf24dffc38673f8db7041df6c099d.tar.gz |
python3-visitor: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb b/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb new file mode 100644 index 000000000..b9bc51d4b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-visitor.inc | ||