##// END OF EJS Templates
dependencies: bumped appenlight client to 0.6.22
marcink -
r2348:3ac4e253 default
parent child Browse files
Show More
@@ -367,13 +367,13 b''
367 };
367 };
368 };
368 };
369 appenlight-client = super.buildPythonPackage {
369 appenlight-client = super.buildPythonPackage {
370 name = "appenlight-client-0.6.21";
370 name = "appenlight-client-0.6.22";
371 buildInputs = with self; [];
371 buildInputs = with self; [];
372 doCheck = false;
372 doCheck = false;
373 propagatedBuildInputs = with self; [WebOb requests six];
373 propagatedBuildInputs = with self; [WebOb requests six];
374 src = fetchurl {
374 src = fetchurl {
375 url = "https://pypi.python.org/packages/c9/23/91b66cfa0b963662c10b2a06ccaadf3f3a4848a7a2aa16255cb43d5160ec/appenlight_client-0.6.21.tar.gz";
375 url = "https://pypi.python.org/packages/73/37/0a64460fa9670b17c061adc433bc8be5079cba21e8b3a92d824adccb12bc/appenlight_client-0.6.22.tar.gz";
376 md5 = "273999ac854fdaefa8d0fb61965a4ed9";
376 md5 = "641afc114a9a3b3af4f75b11c70968ee";
377 };
377 };
378 meta = {
378 meta = {
379 license = [ pkgs.lib.licenses.bsdOriginal ];
379 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -128,7 +128,7 b' bottle==0.12.13'
128 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.14.0.tar.gz?md5=15de9be3d185d832c4af2156fefc8eeb#egg=rhodecode-tools==0.14.0
128 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.14.0.tar.gz?md5=15de9be3d185d832c4af2156fefc8eeb#egg=rhodecode-tools==0.14.0
129
129
130 ## appenlight
130 ## appenlight
131 appenlight-client==0.6.21
131 appenlight-client==0.6.22
132
132
133 ## test related requirements
133 ## test related requirements
134 -r requirements_test.txt
134 -r requirements_test.txt
General Comments 0
You need to be logged in to leave comments. Login now