aboutsummaryrefslogtreecommitdiff
path: root/src/usr/bin/logout-manager-cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/bin/logout-manager-cli.py')
-rwxr-xr-xsrc/usr/bin/logout-manager-cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/bin/logout-manager-cli.py b/src/usr/bin/logout-manager-cli.py
index db754b6..64ea133 100755
--- a/src/usr/bin/logout-manager-cli.py
+++ b/src/usr/bin/logout-manager-cli.py
@@ -13,7 +13,7 @@
# https://stackoverflow.com/questions/3061/calling-a-function-of-a-module-by-using-its-name-a-string/12025554#12025554
# Improve:
# Dependencies:
-# Devuan: python3-dotenv
+# Devuan: python3-dotenv python3
# Documentation:
import os, platform, sys, argparse
bgstack15