pythonPackages: fix indentation, remove tabs
This commit is contained in:
parent
20fe51661d
commit
80c6f9cb78
@ -11164,7 +11164,8 @@ in {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
propagatedBuildInputs = with self; [ paver feedparser sqlalchemy pyyaml rpyc
|
propagatedBuildInputs = with self; [
|
||||||
|
paver feedparser sqlalchemy pyyaml rpyc
|
||||||
beautifulsoup_4_1_3 html5lib pyrss2gen pynzb progressbar jinja2 flask
|
beautifulsoup_4_1_3 html5lib 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 ]
|
||||||
@ -30102,7 +30103,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
Quandl = buildPythonPackage rec {
|
Quandl = buildPythonPackage rec {
|
||||||
version = "3.0.0";
|
version = "3.0.0";
|
||||||
name = "Quandl-${version}";
|
name = "Quandl-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user