Skip to content

Commit

Permalink
[#2859] Re-instate the repoze renames for lucid
Browse files Browse the repository at this point in the history
...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
  • Loading branch information
icmurray committed Aug 21, 2012
1 parent ce06ffb commit 65e462e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Expand Up @@ -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" \
Expand Down
2 changes: 2 additions & 0 deletions requires/lucid_missing.txt
Expand Up @@ -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

0 comments on commit 65e462e

Please sign in to comment.