diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-27 16:19:47 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-28 06:50:20 -0700 |
| commit | 1ca753343b3218e465a0f3f4dde9d1327018ea3e (patch) | |
| tree | 1391f8ba1bbde75b5b1cc1eeab0c33d314fa6811 /meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb | |
| parent | aed4b12ba01aa2dd57612143ba50b42e8c6a3910 (diff) | |
| download | meta-openembedded-1ca753343b3218e465a0f3f4dde9d1327018ea3e.tar.gz | |
python3-flask-restful: Upgrade 0.3.8 -> 0.3.9
Upgrade to release 0.3.9:
- Compatibility with Flask 2.0
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb deleted file mode 100644 index 3de916afd7..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb +++ /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] = "e8051ff104ab4b3b867ba18d28953fae" | ||
| 10 | SRC_URI[sha256sum] = "5ea9a5991abf2cb69b4aac19793faac6c032300505b325687d7c305ffaa76915" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "Flask-RESTful" | ||
| 15 | |||
| 16 | RDEPENDS_${PN} = "${PYTHON_PN}-flask" | ||
