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