Skip to content

Commit

Permalink
Merge pull request #697 from Jeffrey04/20240614-remove-vscode-require…
Browse files Browse the repository at this point in the history
…ment

remove obsolete requirement for vscode
  • Loading branch information
LyzardKing authored Jun 26, 2024
2 parents 60acdd6 + 12f41a3 commit 521ea73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umake/frameworks/ide.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def __init__(self, **kwargs):
desktop_filename="visual-studio-code.desktop",
required_files_path=["bin/code"],
dir_to_decompress_in_tarball="VSCode-linux-*",
packages_requirements=["libgtk2.0-0", "libgconf-2-4"],
packages_requirements=["libgtk2.0-0"],
**kwargs)

def parse_license(self, line, license_txt, in_license):
Expand Down

0 comments on commit 521ea73

Please sign in to comment.