diff options
author | Derek Straka <derek@asterius.io> | 2016-07-17 07:52:00 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:41 +0200 |
commit | d070f5afe9a904ee33d2f87f0e23115ba00bcd5a (patch) | |
tree | dd7cae304c8bdb592eb5c7a11fb6707c0708c7a4 /meta-python/recipes-devtools/python/python-click_6.6.bb | |
parent | a7195fc96919e7ee45aa6c2f08b44995c3d8b7a7 (diff) | |
download | meta-openembedded-d070f5afe9a904ee33d2f87f0e23115ba00bcd5a.tar.gz |
python-click: add recipe for the python click package required by the new version of flask
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-click_6.6.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-click_6.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-click_6.6.bb b/meta-python/recipes-devtools/python/python-click_6.6.bb new file mode 100644 index 0000000000..f63e27c843 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-click_6.6.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-click.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" | ||