summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-18 12:10:55 +0100
committerPradyun Gedam <pradyunsg@gmail.com>2023-03-27 11:55:20 +0100
commit8a1a8d7915cb55ee42fb6f309159df91fbfd795a (patch)
tree0997319da5a9ef6435328620adbcee5ddc397669 /news
parentade38264b271e2d02e0a2e00f2626c7e3c4e9ab1 (diff)
downloadpip-8a1a8d7915cb55ee42fb6f309159df91fbfd795a.tar.gz
Always use pep 517 when the 'wheel' package is absent
Diffstat (limited to 'news')
-rw-r--r--news/8559.removal.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/news/8559.removal.rst b/news/8559.removal.rst
new file mode 100644
index 000000000..a0953dade
--- /dev/null
+++ b/news/8559.removal.rst
@@ -0,0 +1,2 @@
+When the ``wheel`` package is not installed, pip now uses the default build backend
+instead of ``setup.py install`` for project without ``pyproject.toml``.