Changes between Initial Version and Version 1 of Ticket #1168
- Timestamp:
- 2010-08-11T01:44:06Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1168
- Property Keywords ubuntu added
-
Ticket #1168 – Description
initial v1 1 1 Packaging Tahoe-LAFS for OS distributions (e.g. Debian or Ubuntu) currently requires that [source:setup.py] be patched, so that setuptools doesn't try to satisfy Tahoe's dependencies by downloading eggs or by deciding to use a different version of the dependency than would be provided by an OS package. 2 2 3 The attached diff adds an {{ external_dependency_management}}} switch to {{{setup.py}}} to cause this change in behaviour. It doesn't remove the need for a patch, but makes such patches much more likely to apply cleanly.3 The attached diff adds an {{{external_dependency_management}}} switch to {{{setup.py}}} to cause this change in behaviour. It doesn't remove the need for a patch, but makes such patches much more likely to apply cleanly.