Skip to content

Commit

Permalink
Remove parse_pip_search as a dependency (it is currently broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jan 17, 2025
1 parent e905699 commit fb2165f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/UniGetUI.PackageEngine.Managers.Pip/Pip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public class Pip : PackageManager

public Pip()
{
Dependencies = [
Dependencies = [];
/*Dependencies = [
// parse_pip_search is required for pip package finding to work
new ManagerDependency(
"parse-pip-search",
Expand All @@ -41,7 +42,7 @@ public Pip()
else return false;
}
)
];
];*/

Capabilities = new ManagerCapabilities
{
Expand Down

0 comments on commit fb2165f

Please sign in to comment.