summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-09-06 00:40:49 +0000
committerMatt Wilson <msw@redhat.com>2001-09-06 00:40:49 +0000
commitfdb477ae284068ed0ade7b5921ba11020482b095 (patch)
tree4c68fbe64df27bc4daa295527fd9914b5f284b67 /packages.py
parent4abb3220690ad8bfe0f0383942c7d489568f48ae (diff)
downloadanaconda-fdb477ae284068ed0ade7b5921ba11020482b095.tar.gz
anaconda-fdb477ae284068ed0ade7b5921ba11020482b095.tar.xz
anaconda-fdb477ae284068ed0ade7b5921ba11020482b095.zip
fix for #51498
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index f229d2a4a..d936f782c 100644
--- a/packages.py
+++ b/packages.py
@@ -161,7 +161,7 @@ def checkDependencies(dir, intf, disp, id, instPath):
win.pop()
- if id.dependencies:
+ if id.dependencies and id.comps.canResolveDeps(id.dependencies):
disp.skipStep("dependencies", skip = 0)
else:
disp.skipStep("dependencies")