diff options
author | Bill Randle <bill.randle@gmail.com> | 2017-12-07 21:45:44 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-22 19:43:53 -0800 |
commit | 73445a39cb1046b8a19d8409b47319c73dde4b41 (patch) | |
tree | 914448e729709f5941eaf95c506ac4428387dcfb /meta-python | |
parent | 6c917a37811e09ee74a3b730b31739609b0c9cb7 (diff) | |
download | meta-openembedded-73445a39cb1046b8a19d8409b47319c73dde4b41.tar.gz |
python3-flask-wtf: 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-flask-wtf_0.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb new file mode 100644 index 0000000000..52362a8659 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-flask-wtf.inc | ||