File remove-pip-shims.patch of Package python-isort
diff -urN isort-5.10.1/pyproject.toml isort-5.10.1-patch/pyproject.toml
--- isort-5.10.1/pyproject.toml 2021-11-09 07:28:50.000000000 +0200
+++ isort-5.10.1-patch/pyproject.toml 2023-09-25 10:35:27.504136823 +0300
@@ -48,7 +48,7 @@
setuptools = {version = "*", optional = true}
[tool.poetry.extras]
-pipfile_deprecated_finder = ["pipreqs", "requirementslib", "pip-shims<=0.3.4"]
+pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
requirements_deprecated_finder = ["pipreqs", "pip-api"]
colors = ["colorama"]
plugins = ["setuptools"]
@@ -78,7 +78,6 @@
pip_api = "^0.0.12"
pylama = "^7.7"
pip = "^21.1.1"
-pip-shims = "^0.5.2"
smmap2 = "^3.0.1"
gitdb2 = "^4.0.2"
httpx = "^0.13.3"