Skip to content

Commit e6c82b3

Browse files
Add dependency hint
1 parent bcf3614 commit e6c82b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deployer

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"""
44
Software deployer with staging pipeline
55
6+
Dependencies: python3-apt
7+
68
Released under GPLv3 License, see /usr/share/common-licenses/GPL-3
79
810
"""
@@ -19,7 +21,7 @@ from tempfile import NamedTemporaryFile
1921
import subprocess
2022
import sys
2123

22-
import apt_pkg
24+
import apt_pkg # debdeps: python3-apt
2325

2426
apt_pkg.init_system()
2527

0 commit comments

Comments
 (0)