~ubuntu-branches/ubuntu/trusty/buildbot/trusty-proposed

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Andriy Senkovych
  • Date: 2013-10-10 13:22:47 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20131010132247-m622rpa3yemt62te
Tags: 0.8.8-1
* New upstream release
* Remove text-client.patch (applied upstream)
* Add bash-completion. Thanks to Elmir Jagudin
* debian/control: add Vcs-* fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
    'packages': ["buildbot",
121
121
              "buildbot.status", "buildbot.status.web","buildbot.status.web.hooks",
122
122
              "buildbot.changes",
 
123
              "buildbot.buildslave",
123
124
              "buildbot.steps",
124
125
              "buildbot.steps.package",
125
126
              "buildbot.steps.package.deb",
189
190
    setup_args['install_requires'] = [
190
191
        'twisted >= 9.0.0',
191
192
        'Jinja2 >= 2.1',
192
 
        'sqlalchemy >= 0.6',
 
193
        # sqlalchemy-0.8 betas show issues with sqlalchemy-0.7.2, so
 
194
        # stick to 0.7.9
 
195
        'sqlalchemy >= 0.6, <= 0.7.9',
193
196
        # buildbot depends on sqlalchemy internals, and these are the tested
194
197
        # versions.
195
198
        'sqlalchemy-migrate ==0.6.1, ==0.7.0, ==0.7.1, ==0.7.2',