mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Inherit class pypi and upgrade to release 1.5.1: - Use poetry instead of setuptools directly - Fix: raise exception if package is missing - Fix version parsing for openssl-like version numbers - Fix: expose --modversion - Fix: strip whitespace from variable names - Fix: do not specify pytest Python version Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
520 B
BlitzBasic
18 lines
520 B
BlitzBasic
SUMMARY = "Python module to interface with the pkg-config command line too"
|
|
HOMEPAGE = "http://github.com/matze/pkgconfig"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
|
|
|
|
SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972"
|
|
SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f"
|
|
|
|
RDEPENDS_${PN} = "pkgconfig \
|
|
${PYTHON_PN}-shell \
|
|
"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|