aboutsummaryrefslogtreecommitdiff
path: root/python/python3-keyring/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-keyring/README')
-rw-r--r--python/python3-keyring/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/python/python3-keyring/README b/python/python3-keyring/README
index 66cf220f9e..5bf52320bb 100644
--- a/python/python3-keyring/README
+++ b/python/python3-keyring/README
@@ -1,3 +1,6 @@
-The Python keyring lib provides a easy way to access the
-system keyring service from python. It can be used in any
-application that needs safe password storage.
+The Python keyring lib provides a easy way to access the system keyring
+service from python. It can be used in any application that needs safe
+password storage.
+
+python3-shtab is an optional dependency for building python3-keyring
+with shell completion support.