From 65e462eb00b470cb408d674942ac1a67e98317a2 Mon Sep 17 00:00:00 2001 From: Ian Murray Date: Tue, 21 Aug 2012 17:18:55 +0100 Subject: [PATCH] [#2859] Re-instate the repoze renames for lucid ...after removing precise from the build, they can go back in lucid_present. Ensure repoze.lru is installed site-wide. It should be pulled in by routes==0.13, but that doesn't seem to have worked --- build.sh | 3 +++ requires/lucid_missing.txt | 2 ++ 2 files changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 8a0d6693363..09605faca64 100755 --- a/build.sh +++ b/build.sh @@ -48,6 +48,9 @@ echo "Building the packages ..." buildkit pkg python -p $CKAN_PACKAGE_VERSION \ --delete "solrpy" \ --distro-dep "python-solr" \ + --delete "repoze.who-friendlyform" \ + --rename "repoze.who.plugins.openid -> repoze.who-plugins" \ + --rename "babel -> pybabel" \ --author-email="$EMAIL" \ --author-name="$NAME" \ --packager-email="$EMAIL" \ diff --git a/requires/lucid_missing.txt b/requires/lucid_missing.txt index c4b54518848..fe6786420d5 100644 --- a/requires/lucid_missing.txt +++ b/requires/lucid_missing.txt @@ -14,3 +14,5 @@ ofs==0.4.1 apachemiddleware==0.1.1 # markupsafe is required by webhelpers==1.2 required by formalchemy with SQLAlchemy 0.6 markupsafe==0.15 + +repoze.lru==0.6