Merge lp://staging/~nejucomo/divmod.org/fix-nevow-setup into lp://staging/divmod.org
Proposed by
nejucomo
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~nejucomo/divmod.org/fix-nevow-setup |
Merge into: | lp://staging/divmod.org |
Diff against target: |
26 lines (+9/-2) 1 file modified
Nevow/setup.py (+9/-2) |
To merge this branch: | bzr merge lp://staging/~nejucomo/divmod.org/fix-nevow-setup |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Hudson-Doyle | Pending | ||
Review via email: mp+176026@code.staging.launchpad.net |
Description of the change
This is a bzr branch which should fix the packaging issue which prevents Nevow from being installable in an environment without twisted pre-installed.
Caveats:
* I'm new to bzr, so please double check the bzr revision/merge structure.
* I hope this merge request represents the same change as applying the patch in https:/
* I only tested this by running "pip install ." in a new virtualenv (without twisted).
* It uses a regex which will be brittle to changes in nevow/_version.py.
* It uses a regex, so now there's N+1 problems. ;-)
To post a comment you must log in.
This would be an easier change to accept if it included automated test coverage.