Wang Mingyu 9bcba5654d
sip: upgrade 6.15.1 -> 6.15.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-03-27 09:09:03 -07:00

27 lines
714 B
BlitzBasic

# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "A Python bindings generator for C/C++ libraries"
HOMEPAGE = "https://github.com/Python-SIP/sip"
LICENSE = "BSD-2-Clause"
SECTION = "devel"
LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
inherit pypi python_setuptools_build_meta python3native
PYPI_PACKAGE = "sip"
SRC_URI[sha256sum] = "01f8946062e94622f2de5954b9aa44ca27795ac1577a940a121ddd4d1da02568"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} = " \
python3-core \
python3-packaging \
python3-logging \
python3-tomllib \
python3-setuptools \
"
BBCLASSEXTEND = "native"