summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-10 00:55:30 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-22 21:11:24 +0200
commitbdda7b0a538857f34a413076e06c3a4353efc70a (patch)
tree2b63e237cb5f09c9a74814f870944f4ac3b1ed76 /doc
parent175f10a559cd9dd65b096b0ea1a776ce4d746b23 (diff)
python3Packages.flitBuildHook: remove
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index ca0513fbde83d..818edff64c24e 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -459,7 +459,6 @@ are used in `buildPythonPackage`.
   with the `eggInstallHook`
 - `eggBuildHook` to skip building for eggs.
 - `eggInstallHook` to install eggs.
-- `flitBuildHook` to build a wheel using `flit`.
 - `pipBuildHook` to build a wheel using `pip` and PEP 517. Note a build system
   (e.g. `setuptools` or `flit`) should still be added as `nativeBuildInput`.
 - `pypaBuildHook` to build a wheel using