While sqlalchemy-migrate 0.7.2 could be installed with zc.buildout (2.2.1)
regularly, this isn't the case with 0.8.2.
Trying to do so results in
TypeError: dist must be a Distribution instance
The problem seems to be the use of pbr (introduced in 0.8) which somehow
unpatches distutils.core.Distribution - as described in
https://bitbucket.org/pypa/setuptools/issue/73/typeerror-dist-must-be-a-distribu
tion#comment-7517377
Original issue reported on code.google.com by nicodiet...@gmail.com on 9 Jan 2014 at 1:36
Original issue reported on code.google.com by
nicodiet...@gmail.com
on 9 Jan 2014 at 1:36