mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.pyalgotrade: incompatible with python3
This commit is contained in:
parent
5b8a798137
commit
538b016ae0
1 changed files with 1 additions and 0 deletions
|
@ -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