summaryrefslogtreecommitdiffstats
path: root/external/meta-python2/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-python2/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-python2/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch')
-rw-r--r--external/meta-python2/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/meta-python2/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch b/external/meta-python2/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
new file mode 100644
index 00000000..a2d620ad
--- /dev/null
+++ b/external/meta-python2/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: