diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb new file mode 100644 index 0000000000..1d0d86b4e7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | HOMEPAGE = "https://pypi.python.org/pypi/Flask-Cors/" | ||
2 | SUMMARY = "A Flask extension adding a decorator for CORS support" | ||
3 | DESCRIPTION = "\ | ||
4 | A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible \ | ||
5 | " | ||
6 | SECTION = "devel/python" | ||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" | ||
9 | |||
10 | PYPI_PACKAGE = "Flask-Cors" | ||
11 | |||
12 | SRC_URI[sha256sum] = "f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0" | ||
13 | |||
14 | inherit pypi setuptools3 | ||
15 | |||
16 | RDEPENDS:${PN} += "python3-flask" | ||