##// END OF EJS Templates
dependencies: bumped ipdb to 0.10.3
marcink -
r242:3ccfb28e default
parent child Browse files
Show More
@@ -289,13 +289,13 b''
289 };
289 };
290 };
290 };
291 ipdb = super.buildPythonPackage {
291 ipdb = super.buildPythonPackage {
292 name = "ipdb-0.10.1";
292 name = "ipdb-0.10.3";
293 buildInputs = with self; [];
293 buildInputs = with self; [];
294 doCheck = false;
294 doCheck = false;
295 propagatedBuildInputs = with self; [ipython setuptools];
295 propagatedBuildInputs = with self; [setuptools ipython];
296 src = fetchurl {
296 src = fetchurl {
297 url = "https://pypi.python.org/packages/eb/0a/0a37dc19572580336ad3813792c0d18c8d7117c2d66fc63c501f13a7a8f8/ipdb-0.10.1.tar.gz";
297 url = "https://pypi.python.org/packages/ad/cc/0e7298e1fbf2efd52667c9354a12aa69fb6f796ce230cca03525051718ef/ipdb-0.10.3.tar.gz";
298 md5 = "4aeab65f633ddc98ebdb5eebf08dc713";
298 md5 = "def1f6ac075d54bdee07e6501263d4fa";
299 };
299 };
300 meta = {
300 meta = {
301 license = [ pkgs.lib.licenses.bsdOriginal ];
301 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -34,7 +34,7 b' gunicorn==19.7.1'
34 waitress==1.0.2
34 waitress==1.0.2
35
35
36 ## debug
36 ## debug
37 ipdb==0.10.1
37 ipdb==0.10.3
38 ipython==5.1.0
38 ipython==5.1.0
39
39
40 ## test related requirements
40 ## test related requirements
General Comments 0
You need to be logged in to leave comments. Login now