[python] cleanup: remove unused incorrect dependencies from intellij.python.community.impl

They aren't used in code and won't work at runtime anyway because there are no corresponding dependencies in the plugin descriptor.

These dependencies were reported by IdeaUltimatePluginModuleDependenciesTest (IJPL-171921).

GitOrigin-RevId: de9bdd2e14a5a75de726524b14418fd2f0ae4200
This commit is contained in:
Nikolay Chashnikov
2025-05-19 10:40:47 +02:00
committed by intellij-monorepo-bot
parent 696a7c549d
commit 9f30bd367f
2 changed files with 0 additions and 4 deletions

View File

@@ -105,7 +105,6 @@
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
<orderEntry type="library" name="fastutil-min" level="project" />
<orderEntry type="module" module-name="intellij.markdown" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="jcef" level="project" />
<orderEntry type="library" name="jna" level="project" />
@@ -147,7 +146,6 @@
</library>
</orderEntry>
<orderEntry type="module" module-name="intellij.platform.backend.observation" />
<orderEntry type="module" module-name="intellij.terminal" />
<orderEntry type="module" module-name="intellij.platform.ml.impl" />
<orderEntry type="module" module-name="intellij.platform.ml" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />