Skip to content

Commit aa09db4

Browse files
remove pip install requests from configure.py, that should be handled by requirements.txt
1 parent 7426a70 commit aa09db4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/configure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
'echo Handle dependencies for log persistence options',
141141
'sudo mkdir -p /var/log/journal',
142142
'sudo systemd-tmpfiles --create --prefix /var/log/journal',
143-
'pip install requests',
144143

145144
'echo "enable socket to the journald server to allow easy access to system logs"',
146145
'sudo systemctl enable systemd-journal-gatewayd.socket',

0 commit comments

Comments
 (0)