summarylogtreecommitdiffstats
path: root/fix_beautifulsoup_4_4_0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_beautifulsoup_4_4_0.patch')
-rw-r--r--fix_beautifulsoup_4_4_0.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix_beautifulsoup_4_4_0.patch b/fix_beautifulsoup_4_4_0.patch
deleted file mode 100644
index 53edcbaeeff2..000000000000
--- a/fix_beautifulsoup_4_4_0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pavement.py 2015-10-31 07:12:14.000000000 +0100
-+++ pavement.py.new 2015-11-01 17:25:00.358181330 +0100
-@@ -28,7 +28,7 @@
- # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
- install_requires = [
- 'FeedParser>=5.2.1', 'SQLAlchemy >=0.7.5, !=0.9.0, <1.999', 'PyYAML',
-- 'beautifulsoup4>=4.1, !=4.2.0, <4.4', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
-+ 'beautifulsoup4>=4.1, !=4.2.0', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
- 'jinja2', 'requests>=1.0, !=2.4.0, <2.99', 'python-dateutil!=2.0, !=2.2', 'jsonschema>=2.0',
- 'python-tvrage', 'tmdb3', 'path.py', 'guessit>=0.9.3, <0.10.4', 'apscheduler',
- 'flask>=0.7', 'flask-restful>=0.3.3', 'ordereddict>=1.1', 'flask-restplus==0.7.2', 'cherrypy>=3.7.0',