3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.flexget: bump sqlalchemy dependency

This commit is contained in:
Lancelot SIX 2016-04-04 14:09:56 +02:00
parent 4aea84b26f
commit 4f39e03d61

View file

@ -9179,7 +9179,7 @@ in modules // {
doCheck = false;
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ paver feedparser sqlalchemy9 pyyaml rpyc
propagatedBuildInputs = with self; [ paver feedparser sqlalchemy pyyaml rpyc
beautifulsoup_4_1_3 html5lib pyrss2gen pynzb progressbar jinja2 flask
cherrypy requests dateutil_2_1 jsonschema python_tvrage tmdb3
guessit pathpy apscheduler ]