rafael wrote:
>   I am experiencing the following problem: i need to pin zodb3 = 3.8.1
> so I can pack (cross reference issue). 

I use the following mini buildout to get 3.8.1 on its own. In my case it 
was to run the strip_versions script, but if you run it, you'll see you 
have a bin/runzeo and bin/zeopack that you can use to get what you want.

[buildout]
parts =
   fixer
versions = versions

[versions]
ZODB3 = 3.8.3

[fixer]
recipe = zc.recipe.egg
eggs = ZODB3

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to