python: readme: drop from table of contents removed sections

Fixes: 446bc30c52 ("python: Remove
PKG_BUILD_DIR/PKG_UNPACK sections from readme")

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2020-01-26 10:20:18 +01:00
parent 14e1c41cb7
commit de13f35827
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 5 additions and 7 deletions

View File

@ -12,13 +12,11 @@
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