Skip to content

Commit

Permalink
REL: require setuptools >= 19.6
Browse files Browse the repository at this point in the history
to avoid `cython` affecting installation of `psutil` [1, 2, 3].

[1] https://bitbucket.org/pypa/setuptools/issues/488
[2] https://bitbucket.org/pypa/setuptools/issues/309
[3] giampaolo/psutil#723
  • Loading branch information
johnyf committed Jan 25, 2016
1 parent edd5e7e commit 27212da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
'astutils >= 0.0.1',
'networkx >= 1.9.1',
'ply >= 3.4',
'psutil >= 3.2.2']
'psutil >= 3.2.2',
'setuptools >= 19.6']
if sys.version_info.major < 3:
pydot_require = 'pydot >= 1.0.28'
else:
Expand Down

0 comments on commit 27212da

Please sign in to comment.