##// END OF EJS Templates
dependencies: bumped ipdb to 0.11.0
marcink -
r423:2fb81c34 default
parent child Browse files
Show More
@@ -315,13 +315,13 b''
315 };
315 };
316 };
316 };
317 ipdb = super.buildPythonPackage {
317 ipdb = super.buildPythonPackage {
318 name = "ipdb-0.10.3";
318 name = "ipdb-0.11";
319 buildInputs = with self; [];
319 buildInputs = with self; [];
320 doCheck = false;
320 doCheck = false;
321 propagatedBuildInputs = with self; [setuptools ipython];
321 propagatedBuildInputs = with self; [setuptools ipython];
322 src = fetchurl {
322 src = fetchurl {
323 url = "https://files.pythonhosted.org/packages/ad/cc/0e7298e1fbf2efd52667c9354a12aa69fb6f796ce230cca03525051718ef/ipdb-0.10.3.tar.gz";
323 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
324 sha256 = "9ea256b4280fbe12840fb9dfc3ce498c6c6de03352eca293e4400b0dfbed2b28";
324 sha256 = "7081c65ed7bfe7737f83fa4213ca8afd9617b42ff6b3f1daf9a3419839a2a00a";
325 };
325 };
326 meta = {
326 meta = {
327 license = [ pkgs.lib.licenses.bsdOriginal ];
327 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -35,7 +35,7 b' gunicorn==19.7.1'
35 waitress==1.1.0
35 waitress==1.1.0
36
36
37 ## debug
37 ## debug
38 ipdb==0.10.3
38 ipdb==0.11.0
39 ipython==5.1.0
39 ipython==5.1.0
40
40
41 ## test related requirements
41 ## test related requirements
General Comments 0
You need to be logged in to leave comments. Login now