aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-flask-xstatic
diff options
context:
space:
mode:
authorBill Randle <bill.randle@gmail.com>2017-12-07 21:49:11 -0800
committerArmin Kuster <akuster808@gmail.com>2017-12-22 19:43:54 -0800
commit8a79674bb65b7f553000c6b672b4a5bb5efb6afa (patch)
treecc8aad676c77cea40f6adc99fb978c108e0f1f86 /recipes-devtools/python/python-flask-xstatic
parentf85ea5c1ca22890a96b6d292778fc3105aebf951 (diff)
downloadmeta-python2-8a79674bb65b7f553000c6b672b4a5bb5efb6afa.tar.gz
python[3]-flask-xstatic: new recipes
V2: add missing FILESEXTRAPATHS_prepend (From meta-openembedded commit: ea42a6f6714020cb217bd3d6241821cab86ee207) Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-flask-xstatic')
-rw-r--r--recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch b/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
new file mode 100644
index 0000000..a2d620a
--- /dev/null
+++ b/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
@@ -0,0 +1,7 @@
+--- Flask-XStatic-0.0.1/setup.py.orig 2015-01-30 08:01:56.000000000 -0800
++++ Flask-XStatic-0.0.1/setup.py 2017-04-17 21:40:32.570181626 -0700
+@@ -1,4 +1,3 @@
+-from pip.req import parse_requirements
+ import setuptools
+
+ with open('README.rst') as f: