##// END OF EJS Templates
dependencies: Add gunicorn...
johbo -
r9:3eec8560 default
parent child Browse files
Show More
@@ -360,7 +360,7 b''
360 };
360 };
361 };
361 };
362 certifi = super.buildPythonPackage {
362 certifi = super.buildPythonPackage {
363 name = "certifi-2016.02.28";
363 name = "certifi-2016.2.28";
364 buildInputs = with self; [];
364 buildInputs = with self; [];
365 doCheck = false;
365 doCheck = false;
366 propagatedBuildInputs = with self; [];
366 propagatedBuildInputs = with self; [];
@@ -1050,10 +1050,10 b''
1050 };
1050 };
1051 };
1051 };
1052 rhodecode-enterprise-ce = super.buildPythonPackage {
1052 rhodecode-enterprise-ce = super.buildPythonPackage {
1053 name = "rhodecode-enterprise-ce-4.0.0";
1053 name = "rhodecode-enterprise-ce-4.0.1";
1054 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-runner pytest-cov];
1054 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner];
1055 doCheck = true;
1055 doCheck = true;
1056 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery colander decorator docutils infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson waitress zope.cachedescriptors psutil py-bcrypt];
1056 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery colander decorator docutils gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson waitress zope.cachedescriptors psutil py-bcrypt];
1057 src = ./.;
1057 src = ./.;
1058 };
1058 };
1059 rhodecode-tools = super.buildPythonPackage {
1059 rhodecode-tools = super.buildPythonPackage {
@@ -1269,5 +1269,5 b''
1269
1269
1270 ### Test requirements
1270 ### Test requirements
1271
1271
1272
1272
1273 }
1273 }
@@ -73,6 +73,7 b' requirements = ['
73 'colander',
73 'colander',
74 'decorator',
74 'decorator',
75 'docutils',
75 'docutils',
76 'gunicorn',
76 'infrae.cache',
77 'infrae.cache',
77 'ipython',
78 'ipython',
78 'iso8601',
79 'iso8601',
@@ -114,6 +115,7 b' test_requirements = ['
114 'lxml',
115 'lxml',
115 'mock',
116 'mock',
116 'pytest',
117 'pytest',
118 'pytest-cov',
117 'pytest-runner',
119 'pytest-runner',
118 ]
120 ]
119
121
General Comments 0
You need to be logged in to leave comments. Login now