Skip to content

Commit c495c4a

Browse files
authored
Merge pull request #272 from iory/drop-requirements.txt
Skip install python library
2 parents 24494ff + 071067c commit c495c4a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

install.py

-7
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,6 @@ def main(dry_run=False, enable_oneshot=False):
147147
"./overlays/meson-g12a-gpio-line-names.dts",
148148
)
149149

150-
if dry_run:
151-
print("Dry-run: No install python libraries.")
152-
else:
153-
username = os.getlogin()
154-
command = f"sudo -u {username} pip3 install -r requirements.txt"
155-
subprocess.run(command, shell=True)
156-
157150
if dry_run:
158151
print("Dry-run mode: No changes were made.")
159152
else:

0 commit comments

Comments
 (0)