python: readme: drop from table of contents removed sections
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 26 Jan 2020 09:20:18 +0000 (10:20 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 27 Jan 2020 13:26:07 +0000 (14:26 +0100)
Fixes: 446bc30c527e8c6d24279f21e9e4f7562f98ab67 ("python: Remove
PKG_BUILD_DIR/PKG_UNPACK sections from readme")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lang/python/README.md

index 4c241b82c03bd5dfcefa3848b2837f1b84c963f5..501c1e69fc6f95eb2ea9559dc5e38bcde2a92551 100644 (file)
 5. [Build considerations](#build-considerations)
 6. [General folder structure](#general-folder-structure)
 7. [Building a Python[3] package](#building-a-python3-package)
-    1. [PKG_BUILD_DIR](#pkg_build_dir)
-    2. [PKG_UNPACK](#pkg_unpack)
-    3. [Include python[3]-package.mk](#include-python3-packagemk)
-    4. [Add Package/<PKG_NAME> OpenWrt definitions](#add-packagepkg_name-openwrt-definitions)
-    5. [Wrapping things up so that they build](#wrapping-things-up-so-that-they-build)
-    6. [Customizing things](#customizing-things)
-    7. [Host-side Python packages for build](#host-side-python-packages-for-build)
+    1. [Include python[3]-package.mk](#include-python3-packagemk)
+    2. [Add Package/<PKG_NAME> OpenWrt definitions](#add-packagepkg_name-openwrt-definitions)
+    3. [Wrapping things up so that they build](#wrapping-things-up-so-that-they-build)
+    4. [Customizing things](#customizing-things)
+    5. [Host-side Python packages for build](#host-side-python-packages-for-build)
 
 ## Description