diff options
author | Bill Randle <bill.randle@gmail.com> | 2017-12-07 21:45:48 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-22 19:43:53 -0800 |
commit | 6f3ef2e63eeefe7a44a7ea0505f53c3ee0e10744 (patch) | |
tree | c86a557695d03bc6231535244e9cdc58c9e7a6ae /meta-python | |
parent | 3db2251f1884d23d9823b73c5fccfbfc5cd14edd (diff) | |
download | meta-openembedded-6f3ef2e63eeefe7a44a7ea0505f53c3ee0e10744.tar.gz |
python3-wtforms: 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-wtforms_2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.1.bb new file mode 100644 index 000000000..add59cf7d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wtforms_2.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-wtforms.inc | ||