Skip to content

Commit

Permalink
remove obsolete requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey04 committed Jun 13, 2024
1 parent f4dd3ee commit 12f41a3
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 @@ -512,7 +512,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 12f41a3

Please sign in to comment.