From de13f35827dfa8dae1565f34a4a49a39fb600033 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 26 Jan 2020 10:20:18 +0100 Subject: [PATCH] python: readme: drop from table of contents removed sections Fixes: 446bc30c527e8c6d24279f21e9e4f7562f98ab67 ("python: Remove PKG_BUILD_DIR/PKG_UNPACK sections from readme") Signed-off-by: Josef Schlehofer --- lang/python/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lang/python/README.md b/lang/python/README.md index 4c241b82c..501c1e69f 100644 --- a/lang/python/README.md +++ b/lang/python/README.md @@ -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/ 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/ 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