← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~allenap/maas/use-system-distribute into lp:maas

 

Gavin Panella has proposed merging lp:~allenap/maas/use-system-distribute into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~allenap/maas/use-system-distribute/+merge/91059
-- 
https://code.launchpad.net/~allenap/maas/use-system-distribute/+merge/91059
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/maas/use-system-distribute into lp:maas.
=== modified file 'setup.py'
--- setup.py	2012-01-24 12:53:05 +0000
+++ setup.py	2012-02-01 12:01:23 +0000
@@ -16,10 +16,9 @@
 
 import distribute_setup
 
-# The version of distribute packaged in precise is not quite at 0.6.24
-# final yet so we need to override the required version here to stop a
-# recipe build from trying to download from pypi.
-distribute_setup.use_setuptools(version="0.6.24dev-r0")
+# Setting the required version to 0 attempts to use whatever version of
+# distribute is already installed (it requires distribute>=version).
+distribute_setup.use_setuptools(version="0")
 
 from setuptools import (
     find_packages,