We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf3614 commit e6c82b3Copy full SHA for e6c82b3
deployer
@@ -3,6 +3,8 @@
3
"""
4
Software deployer with staging pipeline
5
6
+Dependencies: python3-apt
7
+
8
Released under GPLv3 License, see /usr/share/common-licenses/GPL-3
9
2020-2023 [email protected]
10
@@ -19,7 +21,7 @@ from tempfile import NamedTemporaryFile
19
21
import subprocess
20
22
import sys
23
-import apt_pkg
24
+import apt_pkg # debdeps: python3-apt
25
26
apt_pkg.init_system()
27
0 commit comments