I’m trying to install django-timezones 0.2.dev2 over buildout, but no matter which setup I add, it still keeps downloading version 0.1.4.
I have tried using a git recipe, and also other recipes trying to get the tar.gz directly, like this:
[django-timezones]
recipe = hexagonit.recipe.download
url = http://pypi.python.org/packages/source/d/django-timezones-op/django-timezones-op-0.2.dev2.tar.gz
md5sum = ad877b180b13759bc252dc2c0579a90e
Is there a way to get this working?
You need to pin the version in a versions section: