From 68caf2edce599b3f00da7c35557dafd90eba56ff Mon Sep 17 00:00:00 2001 From: "Vladimir.Koshelev" Date: Mon, 29 Sep 2025 15:37:28 +0200 Subject: [PATCH] [python] fix symver packaging into python core plugin. GitOrigin-RevId: 10d17df2e222722ebf1e3206dea7ac88c5201bd1 --- python/intellij.python.community.impl.iml | 2 +- python/pluginCore/plugin-content.yaml | 4 ---- python/python-hatch/intellij.python.hatch.iml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/python/intellij.python.community.impl.iml b/python/intellij.python.community.impl.iml index 6716af4e4bb8..5eb263ffd4ae 100644 --- a/python/intellij.python.community.impl.iml +++ b/python/intellij.python.community.impl.iml @@ -177,7 +177,7 @@ - + diff --git a/python/pluginCore/plugin-content.yaml b/python/pluginCore/plugin-content.yaml index 72b43e7ca655..fcad270e3801 100644 --- a/python/pluginCore/plugin-content.yaml +++ b/python/pluginCore/plugin-content.yaml @@ -30,10 +30,6 @@ - name: intellij.python.community.impl.installer - name: lib/modules/intellij.python.community.impl.jar projectLibraries: - - name: io.github.z4kn4fein.semver.jvm - files: - - name: $MAVEN_REPOSITORY$/io/github/z4kn4fein/semver-jvm/2/semver-jvm-2.jar - reason: <- intellij.python.community.impl - name: jackson-dataformat-yaml files: - name: $MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2/jackson-dataformat-yaml-2.jar diff --git a/python/python-hatch/intellij.python.hatch.iml b/python/python-hatch/intellij.python.hatch.iml index 41ebb7782255..0c4a042463f8 100644 --- a/python/python-hatch/intellij.python.hatch.iml +++ b/python/python-hatch/intellij.python.hatch.iml @@ -46,6 +46,6 @@ - + \ No newline at end of file