mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue