From 4a4c274c834728a03bce7e5384c562321821eaf8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 7 Feb 2012 14:32:15 -0800 Subject: Get rid of distutils.extra. We moved to DistUtilsExtra because it promised a more automatic workflow from setup.py. It doesn't actually deliver though, and it also vomits warnings during setup.py usage, and also breaks pip integration. So this is going back to babel. Mostly folks shouldn't need to know anything about this. We'll need to update the translations import jobs in Jenkins, and we might need to add a corresponding translations upload job that runs post-merge. Translations installation doesn't fully work - but it actually wasn't fully working before. Getting this part of the project done now though is a pre-requisite for using tox for multi-python testing (tox starts by creating an sdist tarball and then installing it into the venv, which is just 100% broken with DistUtilsExtra) Change-Id: I126e1bcfab0656eab6ca10de67d3d2aaa8b844f3 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 409e58bd5..2b691ad73 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -32,3 +32,4 @@ nosexcover paramiko feedparser pycrypto +Babel>=0.9.6 -- cgit