~allenap/maas/repackage

« back to all changes in this revision

Viewing changes to pkg/maas-region/setup.py

  • Committer: Gavin Panella
  • Date: 2014-01-19 21:22:56 UTC
  • Revision ID: gavin.panella@canonical.com-20140119212256-u92c107r1a1grysc
Update some configs such that make harness works again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        fout.write(b"\n\nsetup(**%r)\n" % settings)
152
152
 
153
153
 
154
 
setup(**{'test_loader': 'maastesting.djangoloader:MAASDjangoTestLoader', 'entry_points': {'console_scripts': set(['maas-region-worker = maas.entrypoints:celeryd', 'maas-region-twistd = maas.entrypoints:twistd', 'maas = maas.entrypoints:manage', 'maas-dns-server = maas.entrypoints:dns_server'])}, 'name': 'maas-region', 'install_requires': ['amqplib >= 1.0.2', 'celery >= 2.5.3', 'convoy >= 0.2.1', 'django >= 1.5.4', 'django-debug-toolbar >= 1.0.1', 'django-piston >= 0.2.3', 'djorm-ext-pgarray >= 0.8', 'docutils >= 0.11', 'formencode >= 1.2.4', 'lockfile >= 0.8', 'lxml >= 3.2.0', 'maas-apiclient >= 1.4', 'maas-cluster >= 1.4', 'netaddr >= 0.7.7', 'oauth >= 1.0.1', 'oops >= 0.0.10', 'oops-datedir-repo >= 0.0.15', 'oops-twisted >= 0.0.6', 'psycopg2 >= 2.4.5', 'PyYAML >= 3.1.0', 'simplejson >= 3.3.0', 'south >= 0.7.5', 'tempita >= 0.5.1', 'twisted >= 13.0.0', 'txlongpoll >= 0.3.1'], 'tests_require': ['fixtures >= 0.3.14', 'maas-testing >= 1.4', 'mock >= 1.0.1', 'nose >= 1.1.2', 'postgresfixture == 0.1.2', 'rabbitfixture >= 0.3.4', 'saucelabsfixture >= 0.1', 'selenium >= 2.25.0', 'sst >= 0.2.2', 'testresources >= 0.2.5', 'testscenarios >= 0.3', 'testtools >= 0.9.32'], 'description': 'MAAS Region Controller.'})
 
154
setup(**{'test_loader': 'maastesting.djangoloader:MAASDjangoTestLoader', 'entry_points': {'console_scripts': set(['maas-region-worker = maas.entrypoints:celeryd', 'maas-region-twistd = maas.entrypoints:twistd', 'maas = maas.entrypoints:manage', 'maas-dns-server = maas.entrypoints:dns_server'])}, 'name': 'maas-region', 'install_requires': ['amqplib >= 1.0.2', 'celery >= 2.5.3', 'convoy >= 0.2.1', 'django >= 1.5.4', 'django-debug-toolbar >= 1.0.1', 'django-piston >= 0.2.3', 'djorm-ext-pgarray >= 0.8', 'docutils >= 0.11', 'formencode >= 1.2.4', 'lockfile >= 0.8', 'lxml >= 3.2.0', 'maas-apiclient >= 1.4', 'maas-cluster >= 1.4', 'netaddr >= 0.7.7', 'oauth >= 1.0.1', 'oops >= 0.0.10', 'oops-datedir-repo >= 0.0.15', 'oops-twisted >= 0.0.6', 'psycopg2 >= 2.4.5', 'PyYAML >= 3.1.0', 'simplejson >= 3.3.0', 'south >= 0.7.5', 'tempita >= 0.5.1', 'twisted >= 13.0.0', 'txlongpoll >= 0.3.1'], 'tests_require': ['fixtures >= 0.3.14', 'maas-testing >= 1.4', 'mock >= 1.0.1', 'nose >= 1.1.2', 'postgresfixture >= 0.2.1', 'rabbitfixture >= 0.3.4', 'saucelabsfixture >= 0.1', 'selenium >= 2.25.0', 'sst >= 0.2.2', 'testresources >= 0.2.5', 'testscenarios >= 0.3', 'testtools >= 0.9.32'], 'description': 'MAAS Region Controller.'})