Enforce using local dateutil with buildout
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Sun, 8 May 2011 23:08:46 +0000 (01:08 +0200)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 11 May 2011 21:23:53 +0000 (16:23 -0500)
commitd483b9b4734d271e2b37cd586e22fdad014c9386
tree00380ffeda5b5f04673ee165e16bf1a81f24c8fc
parent7222955fbad9d21542e71dafa910973a9cb0e676
Enforce using local dateutil with buildout

Natty has a too old system dateutil, but buildout will put the system
modules in the search path first. By adding the dateutil spec to the
'egg' requirement, we put the dateutil inclusion of the local egg first
and natty compiles (buildouts) fine.

Part of http://bugs.foocorp.net/issues/308

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
buildout.cfg