##// END OF EJS Templates
dependencies: bumped ipdb to 0.11
marcink -
r2710:70e1270c default
parent child Browse files
Show More
@@ -874,13 +874,13 b''
874 };
874 };
875 };
875 };
876 ipdb = super.buildPythonPackage {
876 ipdb = super.buildPythonPackage {
877 name = "ipdb-0.10.3";
877 name = "ipdb-0.11";
878 buildInputs = with self; [];
878 buildInputs = with self; [];
879 doCheck = false;
879 doCheck = false;
880 propagatedBuildInputs = with self; [setuptools ipython];
880 propagatedBuildInputs = with self; [setuptools ipython];
881 src = fetchurl {
881 src = fetchurl {
882 url = "https://files.pythonhosted.org/packages/ad/cc/0e7298e1fbf2efd52667c9354a12aa69fb6f796ce230cca03525051718ef/ipdb-0.10.3.tar.gz";
882 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
883 sha256 = "9ea256b4280fbe12840fb9dfc3ce498c6c6de03352eca293e4400b0dfbed2b28";
883 sha256 = "7081c65ed7bfe7737f83fa4213ca8afd9617b42ff6b3f1daf9a3419839a2a00a";
884 };
884 };
885 meta = {
885 meta = {
886 license = [ pkgs.lib.licenses.bsdOriginal ];
886 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -115,7 +115,7 b' gunicorn==19.7.1'
115 waitress==1.1.0
115 waitress==1.1.0
116
116
117 ## debug
117 ## debug
118 ipdb==0.10.3
118 ipdb==0.11.0
119 ipython==5.1.0
119 ipython==5.1.0
120 CProfileV==1.0.7
120 CProfileV==1.0.7
121 bottle==0.12.13
121 bottle==0.12.13
General Comments 0
You need to be logged in to leave comments. Login now