summaryrefslogtreecommitdiff
path: root/doc/examples/build-deps-old.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/build-deps-old.py')
-rwxr-xr-xdoc/examples/build-deps-old.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/build-deps-old.py b/doc/examples/build-deps-old.py
index cc41aa64..4e7e4350 100755
--- a/doc/examples/build-deps-old.py
+++ b/doc/examples/build-deps-old.py
@@ -54,7 +54,7 @@ if srcrec:
# calculate the build depends for all dependencies
depends = depcache.get_candidate_ver(base).depends_list
-for dep in depends["Depends"]: # FIXME: do we need to consider PreDepends?
+for dep in depends["Depends"]: # FIXME: do we need to consider PreDepends?
pkg = dep[0].target_pkg
srcpkg_name = get_source_pkg(pkg, records, depcache)
if not srcpkg_name: