443
443
def _checkDependencyVersion(self, available, required, relation):
444
444
"""Return True if the available version satisfies the context."""
445
445
# This dict maps the package version relationship syntax in lambda
447
447
# apt_pkg.version_compare function (see the order above).
448
448
# For further information about pkg relationship syntax see: