pythonPackages: fix indentation, remove tabs

This commit is contained in:
Franz Pletz 2016-11-06 11:58:05 +01:00
parent 20fe51661d
commit 80c6f9cb78
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -11164,7 +11164,8 @@ in {
doCheck = false;
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
cherrypy requests dateutil_2_1 jsonschema python_tvrage tmdb3
guessit pathpy apscheduler ]
@ -30102,7 +30103,6 @@ in {
};
};
Quandl = buildPythonPackage rec {
version = "3.0.0";
name = "Quandl-${version}";
@ -30122,7 +30122,7 @@ in {
pandas
];
#No tests in archive
# No tests in archive
doCheck = false;
meta = {