python3-distutils-extra; merge inc, fix wheel build

We have not supported Python2 for quite some time now, so there is no
reason to maintain a separate inc file.

This recipe does not inherit pypi and the PN does not match the built
wheel. Set PIP_INSTALL_PACKAGE appropriately so the wheel can be found.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Tim Orling 2022-02-25 16:48:31 -08:00 committed by Khem Raj
parent 63856541d4
commit ff10588f47
2 changed files with 6 additions and 11 deletions

View File

@ -1,9 +0,0 @@
require python-distutils-extra.inc
inherit setuptools3
S = "${WORKDIR}/python-distutils-extra-${PV}"
RDEPENDS:${PN} = "\
python3-setuptools \
"

View File

@ -5,9 +5,13 @@ SECTION = "devel/python"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4"
PV = "2.39"
SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz"
SRC_URI[md5sum] = "16e06db0ef73a35b4bff4b9eed5699b5"
SRC_URI[sha256sum] = "723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af"
inherit setuptools3
PIP_INSTALL_PACKAGE = "python_distutils_extra"
S = "${WORKDIR}/python-distutils-extra-${PV}"
BBCLASSEXTEND = "native"