summaryrefslogtreecommitdiff
path: root/doc/source/examples/missing-deps.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/examples/missing-deps.py')
-rw-r--r--doc/source/examples/missing-deps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/examples/missing-deps.py b/doc/source/examples/missing-deps.py
index 0870eb98..3ca16e45 100644
--- a/doc/source/examples/missing-deps.py
+++ b/doc/source/examples/missing-deps.py
@@ -10,6 +10,7 @@ def fmt_dep(dep):
ret += " (%s %s)" % (dep.CompType, dep.TargetVer)
return ret
+
def check_version(pkgver):
"""Check the version of the package"""
missing = []