##// END OF EJS Templates
deps: bumped rhodecode-tools to 0.10.0
marcink -
r642:2eb87d39 default
parent child Browse files
Show More
@@ -1440,13 +1440,13 b''
1440 };
1440 };
1441 };
1441 };
1442 rhodecode-tools = super.buildPythonPackage {
1442 rhodecode-tools = super.buildPythonPackage {
1443 name = "rhodecode-tools-0.9.0";
1443 name = "rhodecode-tools-0.10.0";
1444 buildInputs = with self; [];
1444 buildInputs = with self; [];
1445 doCheck = false;
1445 doCheck = false;
1446 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl];
1446 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl];
1447 src = fetchurl {
1447 src = fetchurl {
1448 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.9.0.zip";
1448 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip";
1449 md5 = "65125e63d25eabac2b20cb73842e1e84";
1449 md5 = "4762391473ded761bead3aa58c748044";
1450 };
1450 };
1451 meta = {
1451 meta = {
1452 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1452 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
@@ -124,7 +124,7 b' pyzmq==14.6.0'
124 # TODO: This is not available in public
124 # TODO: This is not available in public
125 # rc-testdata==0.2.0
125 # rc-testdata==0.2.0
126
126
127 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.9.0.zip#md5=65125e63d25eabac2b20cb73842e1e84
127 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip#md5=4762391473ded761bead3aa58c748044
128
128
129
129
130 recaptcha-client==1.0.6
130 recaptcha-client==1.0.6
General Comments 0
You need to be logged in to leave comments. Login now