forked from mirrors/nixpkgs
pythonPackages.pyalgotrade: incompatible with python3
This commit is contained in:
parent
5b8a798137
commit
538b016ae0
|
@ -16108,6 +16108,7 @@ in {
|
|||
|
||||
pyalgotrade = buildPythonPackage {
|
||||
name = "pyalogotrade-0.16";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/P/PyAlgoTrade/PyAlgoTrade-0.16.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue