Changeset 254
- Timestamp:
- 25-05-07 16:07:16 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
moap/util/deps.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r253 r254 1 2007-05-25 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 * moap/util/deps.py: 4 Add Ubuntu information for ctags and Cheeath. Fixes #248. 5 1 6 2007-05-25 Thomas Vander Stichele <thomas at apestaart dot org> 2 7 -
trunk/moap/util/deps.py
r253 r254 67 67 return "python-cheetah is only available in Fedora 4 or newer.\n" 68 68 69 def Ubuntu_install(self, distro): 70 return self.Ubuntu_apt('python-cheetah') 71 69 72 class genshi(Dependency): 70 73 module = 'genshi' … … 102 105 def FedoraCore_install(self, distro): 103 106 return self.FedoraCore_yum('ctags') 107 108 def Ubuntu_install(self, distro): 109 return self.Ubuntu_apt('exuberant-ctags') 104 110 105 111 def handleImportError(exception):
Note: See TracChangeset
for help on using the changeset viewer.
