Kaydet (Commit) daba67ad authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Kısa süreliğine yamandı. İlerde fixlenecekç

üst 13fe3e33
......@@ -208,9 +208,10 @@ class Install(AtomicOperation):
def check_relations(self):
# check dependencies
if not ctx.config.get_option('ignore_dependency'):
if not self.pkginfo.installable():
raise Error(_("{} package cannot be installed unless the dependencies are satisfied").format(self.pkginfo.name))
# Fixme: !!!
#if not ctx.config.get_option('ignore_dependency'):
# if not self.pkginfo.installable():
# raise Error(_("{} package cannot be installed unless the dependencies are satisfied").format(self.pkginfo.name))
# If it is explicitly specified that package conflicts with this package and also
# we passed check_conflicts tests in operations.py than this means a non-conflicting
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment