We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c440c47 commit d35a098Copy full SHA for d35a098
news/13358.bugfix.rst
@@ -0,0 +1 @@
1
+Automatically use the legacy (non-PEP517) mode even without the `wheel` package.
src/pip/_internal/pyproject.py
@@ -108,7 +108,6 @@ def load_pyproject_toml(
108
use_pep517 = (
109
has_pyproject
110
or not importlib.util.find_spec("setuptools")
111
- or not importlib.util.find_spec("wheel")
112
)
113
114
# At this point, we know whether we're going to use PEP 517.
0 commit comments