summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb17
1 files changed, 16 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb
index 5412befdb5..b8d73c8170 100644
--- a/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb
@@ -1,2 +1,17 @@
1DESCRIPTION = "XStatic support for flask"
2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=659968f6ebd4b70b6c3190d20b4a924c"
4
5SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381490133"
6
7SRC_URI += "file://remove-pip-requires.patch"
8
9PYPI_PACKAGE = "Flask-XStatic"
10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
11
12RDEPENDS:${PN} += "\
13 python3-flask \
14 python3-xstatic \
15 "
16
1inherit pypi setuptools3 17inherit pypi setuptools3
2require python-flask-xstatic.inc