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.bb16
1 files changed, 15 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..c4cad466ad 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,16 @@
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"
10
11RDEPENDS:${PN} += "\
12 python3-flask \
13 python3-xstatic \
14 "
15
1inherit pypi setuptools3 16inherit pypi setuptools3
2require python-flask-xstatic.inc