diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-27 17:55:01 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-31 08:27:19 -0700 |
| commit | d63f4faa5a6e048b195e6a0b963786e82da9c6e0 (patch) | |
| tree | 9e09055cbcbc97e46d8a6a8b054cec4b9b0962ba /meta-python/recipes-devtools/python/python-flask-restful.inc | |
| parent | 2fbcbeb2d6eb446427674e28baa587b7214cdfd6 (diff) | |
| download | meta-openembedded-d63f4faa5a6e048b195e6a0b963786e82da9c6e0.tar.gz | |
python3-flask-restful: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-restful.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-flask-restful.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-restful.inc b/meta-python/recipes-devtools/python/python-flask-restful.inc deleted file mode 100644 index dcbcd0d761..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-restful.inc +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "Simple framework for creating REST APIs" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | Flask-RESTful is an extension for Flask that adds support for quickly building \ | ||
| 4 | REST APIs" | ||
| 5 | HOMEPAGE = "https://github.com/flask-restful/flask-restful" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "a7217ef1159be38af5faf61aa09aabef" | ||
| 10 | SRC_URI[sha256sum] = "f8240ec12349afe8df1db168ea7c336c4e5b0271a36982bff7394f93275f2ca9" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "Flask-RESTful" | ||
| 15 | |||
| 16 | RDEPENDS_${PN} = "${PYTHON_PN}-flask" | ||
