Skip to content

Commit

Permalink
Move some libraries into conflict.
Browse files Browse the repository at this point in the history
These libraries require a bit of buildkit trickery to package correectly, but
so they need to be moved into the same requires file (ie - conflict) in order
that the buildkit command can be shared across both the lucid build and the
precise build.
  • Loading branch information
icmurray authored and amercader committed Oct 19, 2012
1 parent 8862a4f commit fce1964
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions build.sh
Expand Up @@ -48,8 +48,6 @@ 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" \
Expand Down
3 changes: 3 additions & 0 deletions requires/lucid_conflict.txt
Expand Up @@ -14,3 +14,6 @@ tempita==0.5.1
zope.interface==4.0.1
routes==1.13
paste==1.7.5.1
repoze.who.plugins.openid==0.5.3
repoze.who==1.0.19
repoze.who-friendlyform==1.0.8
3 changes: 0 additions & 3 deletions requires/lucid_present.txt
Expand Up @@ -11,12 +11,9 @@ psycopg2==2.0.13
# with pylons 0.9.7 (change to imports of Multidict)
webob==1.0.8
Pylons==0.9.7
repoze.who==1.0.19
# These are both combined into the python-repoze.who-plugins package
repoze.who.plugins.openid==0.5.3
# Actually from python-repoze.who-plugins but the openid plugin in the same
# package is too old
repoze.who-friendlyform==1.0.8
pastescript==1.7.3

# NOTE: Developers, please do not edit the versions, these versions are fixed
Expand Down
1 change: 1 addition & 0 deletions requires/precise_conflict.txt
Expand Up @@ -15,3 +15,4 @@ Pylons==0.9.7
repoze.who==1.0.19
repoze.who.plugins.openid==0.5.3
repoze.who-friendlyform==1.0.8
babel==0.9.6

0 comments on commit fce1964

Please sign in to comment.