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:
parent
c7bff3d71d
commit
0cb52dc836
|
@ -11503,7 +11503,7 @@ in {
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
paver feedparser sqlalchemy pyyaml rpyc
|
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
|
cherrypy requests dateutil_2_1 jsonschema python_tvrage tmdb3
|
||||||
guessit pathpy apscheduler ]
|
guessit pathpy apscheduler ]
|
||||||
# enable deluge and transmission plugin support, if they're installed
|
# enable deluge and transmission plugin support, if they're installed
|
||||||
|
|
Loading…
Reference in New Issue