FS#76146 - [pycharm-community-edition] Arch package of pycharm should just be dependent on latest jre
Attached to Project:
Community Packages
Opened by David Rosenstrauch (darose) - Saturday, 08 October 2022, 21:54 GMT
Last edited by Toolybird (Toolybird) - Saturday, 15 October 2022, 20:44 GMT
Opened by David Rosenstrauch (darose) - Saturday, 08 October 2022, 21:54 GMT
Last edited by Toolybird (Toolybird) - Saturday, 15 October 2022, 20:44 GMT
|
Details
Description:
Pycharm is dependent on jre17-openjdk. (And jdk17-openjdk to build.) It just should just be dependent on jre-openjdk, whatever the latest version is. |
This task depends upon
Closed by Toolybird (Toolybird)
Saturday, 15 October 2022, 20:44 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments
Saturday, 15 October 2022, 20:44 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments
Pycharm should presumably be able to run under any recent version of the jre. (In fact, according to their install guide you don't technically even need *any* jre installed: "You do not need to install Java to run PyCharm because JetBrains Runtime is bundled with the IDE (based on JRE 11).") (See https://www.jetbrains.com/help/pycharm/installation-guide.html#requirements) Given that, is there some particular reason for the explicit jre17 dependency?