pythonPackages.quandl: in sorted order in python-packages

This commit is contained in:
Ilya Kolpakov 2017-12-03 21:56:10 +01:00
parent e5037694f5
commit fb598605cd
1 changed files with 4 additions and 4 deletions

View File

@ -16936,6 +16936,10 @@ in {
}; };
}; };
quandl = callPackage ../development/python-modules/quandl { };
# alias for an older package which did not support Python 3
Quandl = callPackage ../development/python-modules/quandl { };
qscintilla = disabledIf (isPy3k || isPyPy) qscintilla = disabledIf (isPy3k || isPyPy)
(buildPythonPackage rec { (buildPythonPackage rec {
# TODO: Qt5 support # TODO: Qt5 support
@ -24411,10 +24415,6 @@ EOF
inflection = callPackage ../development/python-modules/inflection { }; inflection = callPackage ../development/python-modules/inflection { };
quandl = callPackage ../development/python-modules/quandl { };
# alias for an older package which did not support Python 3
Quandl = callPackage ../development/python-modules/quandl { };
}); });
in fix' (extends overrides packages) in fix' (extends overrides packages)