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