##// END OF EJS Templates
nix: Add subprocess32 to build inputs....
Martin Bornhold -
r1006:4d64868f default
parent child Browse files
Show More
@@ -1384,7 +1384,7 b''
1384 name = "rhodecode-enterprise-ce-4.5.0";
1384 name = "rhodecode-enterprise-ce-4.5.0";
1385 buildInputs = with self; [WebTest configobj cssselect lxml mock pytest pytest-cov pytest-runner pytest-sugar];
1385 buildInputs = with self; [WebTest configobj cssselect lxml mock pytest pytest-cov pytest-runner pytest-sugar];
1386 doCheck = true;
1386 doCheck = true;
1387 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 channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 py-gfm 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 dogpile.cache dogpile.core psutil py-bcrypt];
1387 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 channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 py-gfm 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 subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
1388 src = ./.;
1388 src = ./.;
1389 meta = {
1389 meta = {
1390 license = [ { fullName = "AGPLv3, and Commercial License"; } ];
1390 license = [ { fullName = "AGPLv3, and Commercial License"; } ];
@@ -101,6 +101,7 b' requirements = ['
101 'repoze.lru',
101 'repoze.lru',
102 'requests',
102 'requests',
103 'simplejson',
103 'simplejson',
104 'subprocess32',
104 'waitress',
105 'waitress',
105 'zope.cachedescriptors',
106 'zope.cachedescriptors',
106 'dogpile.cache',
107 'dogpile.cache',
General Comments 0
You need to be logged in to leave comments. Login now