'mercurial', # Python package
# Build tools and packaging
'make',
- 'easy_install',
+ 'virtual-pypi-installer',
'setuptools',
# Testing
'nosetests', # Command line tool
('zsh', 'Z Shell', None),
('git', 'Git', (1, 7, 0)),
('hg', 'Mercurial', (2, 0, 0)),
+ ('pip', None, None),
('sqlite3', 'SQLite 3', None),
('nosetests', 'Nose', (1, 0, 0)),
('emacs', 'Emacs', None),
'google-chrome',
'chromium',
)),
+ ('virtual-pypi-installer', (
+ 'easy_install',
+ 'pip',
+ )),
]:
CHECKER[name] = VirtualDependency(
name=name, long_name=name, or_dependencies=dependencies)