flexget: use html5lib 1.0b8

html5lib 1.0b9 made a breaking API change that requires beautifulsoup
4.5 or newer, which would require upgrading flexget to support.
This commit is contained in:
Peter Marheine
2016-12-31 09:43:47 +01:00
committed by Frederik Rietdijk
parent c7bff3d71d
commit 0cb52dc836
+1 -1
View File
@@ -11503,7 +11503,7 @@ in {
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [
paver feedparser sqlalchemy pyyaml rpyc
beautifulsoup_4_1_3 html5lib pyrss2gen pynzb progressbar jinja2 flask
beautifulsoup_4_1_3 html5lib_0_9999999 pyrss2gen pynzb progressbar jinja2 flask
cherrypy requests dateutil_2_1 jsonschema python_tvrage tmdb3
guessit pathpy apscheduler ]
# enable deluge and transmission plugin support, if they're installed