Sinar / sinar.digimon

Digital Rights Incident Reporting
0 stars 1 forks source link

Be able to work with modern buildout #9

Closed leowmjw closed 8 years ago

leowmjw commented 8 years ago

Remove buildout constraint; it should work with any modern version of buildout. See details below:

(virtualenv) vagrant@precise64:/vagrant$ python bootstrap.py

/home/vagrant/virtualenv/local/lib/python2.7/site-packages/pkg_resources/__init__.py:192: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
  stacklevel=1,
The constraint, 2.5.0, is not consistent with the requirement, 'zc.buildout<2dev'.
While:
  Bootstrapping.
Error: Bad constraint 2.5.0 zc.buildout<2dev
kaerumy commented 8 years ago

@leowmjw use bootstrap-buildout.py instead of bootstrap.py