aboutsummaryrefslogtreecommitdiff
path: root/python/python3-keyring/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2025-04-14 21:44:40 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-16 00:29:25 +0700
commitf8452e815748d4783e4dde0a6b40e65096bf0a21 (patch)
treecb82e9ee9db07589804fd3f4d6f061033550fab0 /python/python3-keyring/README
parent36ed72052de8ab5088ede15c65cd169dc468c6f1 (diff)
python/python3-keyring: Update for 25.6.0 (+add shell completions)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.