[ZODB-Dev] help with pinning zeo plone zodb3 to 3.8.1
Chris Withers
chris at simplistix.co.uk
Thu Nov 12 05:38:31 EST 2009
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
More information about the ZODB-Dev
mailing list