Package moap :: Package util :: Module deps :: Class Dependency
[hide private]
[frames] | no frames]

Class Dependency

source code

Known Subclasses:

Instance Methods [hide private]
str or None
install(self, distro)
Return an explanation on how to install the given dependency for the given distro/version/arch.
source code
 
FedoraCore_yum(self, packageName)
Returns a string explaining how to install the given package.
source code
 
Debian_apt(self, packageName)
Returns a string explaining how to install the given package.
source code
 
Ubuntu_apt(self, packageName)
Returns a string explaining how to install the given package.
source code
Class Variables [hide private]
  module = None
hash(x)
  name = None
hash(x)
  homepage = None
hash(x)
Method Details [hide private]

install(self, distro)

source code 

Return an explanation on how to install the given dependency for the given distro/version/arch.

Parameters:
Returns: str or None
an explanation on how to install the dependency, or None.