diff --git a/setup/swc-installation-test-2.py b/setup/swc-installation-test-2.py index 7269b73..16a10ee 100755 --- a/setup/swc-installation-test-2.py +++ b/setup/swc-installation-test-2.py @@ -115,6 +115,14 @@ class DependencyError (Exception): 'Gentoo Base System': 'Gentoo', } _supported = [ # (system, package) pairs with specific instructions + ('Ubuntu', 'emacs'), + ('Ubuntu', 'xemacs'), + ('Ubuntu', 'setuptools'), + ('Ubuntu', 'nose'), + ('Ubuntu', 'nosetests'), + ('Ubuntu', 'hg'), + ('Ubuntu', 'EasyMercurial'), + ('Ubuntu', 'sqlite3'), ] def _get_message(self):