mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Revert "[python] Convert underscores to hyphens for python packages (PY-65170)"
This reverts commit a9d3a72e050f8ddc104f706a63d181d81840e94c. GitOrigin-RevId: d165051645a1e18efabe7ed3a7d1f186fb6d4049
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9b70e4efe2
commit
670e389e15
@@ -15,7 +15,7 @@ public final class PyPackage extends InstalledPackage {
|
||||
private final @NotNull List<PyRequirement> myRequirements;
|
||||
|
||||
public PyPackage(@NotNull String name, @NotNull String version, @Nullable String location, @NotNull List<PyRequirement> requirements) {
|
||||
super(name.replace('_', '-'), version);
|
||||
super(name, version);
|
||||
myLocation = location;
|
||||
myRequirements = requirements;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user