##// END OF EJS Templates
dependencies: bumped appenlight_client to 0.6.21
marcink -
r1871:c59e1cf3 default
parent child Browse files
Show More
@@ -380,13 +380,13 b''
380 380 };
381 381 };
382 382 appenlight-client = super.buildPythonPackage {
383 name = "appenlight-client-0.6.14";
383 name = "appenlight-client-0.6.21";
384 384 buildInputs = with self; [];
385 385 doCheck = false;
386 propagatedBuildInputs = with self; [WebOb requests];
386 propagatedBuildInputs = with self; [WebOb requests six];
387 387 src = fetchurl {
388 url = "https://pypi.python.org/packages/4d/e0/23fee3ebada8143f707e65c06bcb82992040ee64ea8355e044ed55ebf0c1/appenlight_client-0.6.14.tar.gz";
389 md5 = "578c69b09f4356d898fff1199b98a95c";
388 url = "https://pypi.python.org/packages/c9/23/91b66cfa0b963662c10b2a06ccaadf3f3a4848a7a2aa16255cb43d5160ec/appenlight_client-0.6.21.tar.gz";
389 md5 = "273999ac854fdaefa8d0fb61965a4ed9";
390 390 };
391 391 meta = {
392 392 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ];
@@ -130,7 +130,7 b' bottle==0.12.8'
130 130 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4#egg=rhodecode-tools==0.12.0
131 131
132 132 ## appenlight
133 appenlight-client==0.6.14
133 appenlight-client==0.6.21
134 134
135 135 ## test related requirements
136 136 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now