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>
This commit is contained in:
parent
7222955fba
commit
d483b9b473
@ -6,7 +6,9 @@ parts = mediagoblin make_user_dev_dirs
|
|||||||
recipe=zc.recipe.egg
|
recipe=zc.recipe.egg
|
||||||
interpreter=python
|
interpreter=python
|
||||||
dependent-scripts = true
|
dependent-scripts = true
|
||||||
eggs=mediagoblin
|
eggs=
|
||||||
|
python-dateutil>=1.5.0,<2.0.0
|
||||||
|
mediagoblin
|
||||||
entry-points =
|
entry-points =
|
||||||
nosetests=nose:run_exit
|
nosetests=nose:run_exit
|
||||||
paster=paste.script.command:run
|
paster=paste.script.command:run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user