Merge lp://staging/~benji/python-pgbouncer/buildout-fixes-and-tweaks into lp://staging/python-pgbouncer
Status: | Rejected |
---|---|
Rejected by: | Benji York |
Proposed branch: | lp://staging/~benji/python-pgbouncer/buildout-fixes-and-tweaks |
Merge into: | lp://staging/python-pgbouncer |
Prerequisite: | lp://staging/~benji/python-pgbouncer/longer-timeouts |
Diff against target: |
75 lines (+9/-18) 3 files modified
buildout.cfg (+5/-16) setup.py (+1/-0) versions.cfg (+3/-2) |
To merge this branch: | bzr merge lp://staging/~benji/python-pgbouncer/buildout-fixes-and-tweaks |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins (community) | Needs Fixing | ||
Gavin Panella (community) | Approve | ||
Review via email: mp+119188@code.staging.launchpad.net |
Commit message
- fix a bad (not publicly available) version
- add missing psycopg2 dependency
- remove references to non-existent eggs and download cache directories (the user can specify them in their ~/.buildout/
Description of the change
This branch tweaks the buildout configuration thusly:
- fix a bad (not publicly available) version
- add missing psycopg2 dependency
- remove references to non-existent eggs and download cache directories (the user can specify them in their ~/.buildout/
Unmerged revisions
- 12. By Benji York
-
- fix a bad (unfindable in the wild) version
- add a missing dependency
- fix a buildout error by removing references to non-existant eggs and download
cache directories
Looks good!
[1]
-# Copyright 2011 Canonical Ltd. This software is licensed under the
+
Was this change an accident?
[2]
I've filed bug 1036876 to get tests working with other versions of PostgreSQL.