##// 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 362 certifi = super.buildPythonPackage {
363 name = "certifi-2016.02.28";
363 name = "certifi-2016.2.28";
364 364 buildInputs = with self; [];
365 365 doCheck = false;
366 366 propagatedBuildInputs = with self; [];
@@ -1050,10 +1050,10 b''
1050 1050 };
1051 1051 };
1052 1052 rhodecode-enterprise-ce = super.buildPythonPackage {
1053 name = "rhodecode-enterprise-ce-4.0.0";
1054 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-runner pytest-cov];
1053 name = "rhodecode-enterprise-ce-4.0.1";
1054 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner];
1055 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 1057 src = ./.;
1058 1058 };
1059 1059 rhodecode-tools = super.buildPythonPackage {
@@ -1269,5 +1269,5 b''
1269 1269
1270 1270 ### Test requirements
1271 1271
1272
1272
1273 1273 }
@@ -73,6 +73,7 b' requirements = ['
73 73 'colander',
74 74 'decorator',
75 75 'docutils',
76 'gunicorn',
76 77 'infrae.cache',
77 78 'ipython',
78 79 'iso8601',
@@ -114,6 +115,7 b' test_requirements = ['
114 115 'lxml',
115 116 'mock',
116 117 'pytest',
118 'pytest-cov',
117 119 'pytest-runner',
118 120 ]
119 121
General Comments 0
You need to be logged in to leave comments. Login now