##// END OF EJS Templates
dependencies: bumped authomatic to the latest relase to fix some oauth issues
dan -
r2863:aa3658f7 stable
parent child Browse files
Show More
@@ -359,8 +359,8 b''
359 doCheck = false;
359 doCheck = false;
360 propagatedBuildInputs = with self; [];
360 propagatedBuildInputs = with self; [];
361 src = fetchurl {
361 src = fetchurl {
362 url = "https://pypi.python.org/packages/08/1a/8a930461e604c2d5a7a871e1ac59fa82ccf994c32e807230c8d2fb07815a/Authomatic-0.1.0.post1.tar.gz";
362 url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801";
363 md5 = "be3f3ce08747d776aae6d6cc8dcb49a9";
363 md5 = "3c68720a1322b25254009518d1ff6801";
364 };
364 };
365 meta = {
365 meta = {
366 license = [ pkgs.lib.licenses.mit ];
366 license = [ pkgs.lib.licenses.mit ];
@@ -3,7 +3,8 b' setuptools==30.1.0'
3 setuptools-scm==1.15.6
3 setuptools-scm==1.15.6
4
4
5 amqp==2.2.2
5 amqp==2.2.2
6 authomatic==0.1.0.post1
6 # not released authomatic that has updated some oauth providers
7 https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1
7 Babel==1.3
8 Babel==1.3
8 Beaker==1.9.1
9 Beaker==1.9.1
9 celery==4.1.0
10 celery==4.1.0
General Comments 0
You need to be logged in to leave comments. Login now