summaryrefslogtreecommitdiff
path: root/src/verbs/install.py
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-11-20 18:18:49 +0000
committerdavidovski <david@davidovski.xyz>2021-11-20 18:18:49 +0000
commit49b1fddbbd961889b2048437c22fa819c1da17df (patch)
tree1f1609b135f61aca65845fa5d0d3336dc373f36d /src/verbs/install.py
parent8104e8fdb0821331972d4016189e71ea1606a6ef (diff)
added comment
Diffstat (limited to 'src/verbs/install.py')
-rw-r--r--src/verbs/install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verbs/install.py b/src/verbs/install.py
index 0847b1d..2026ab4 100644
--- a/src/verbs/install.py
+++ b/src/verbs/install.py
@@ -131,6 +131,7 @@ def find_all_dependencies(package_names, options, config):
return all_deps
def is_installed(package_name, config):
+ # TODO only check that the requested checksum is installed.. if not then its a new update or something
# TODO actually find out if its installed
return False