xref: /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver_2025.04.17.bb (revision c9537f57ab488bf5d90132917b0184e2527970a5)
1SUMMARY = "Setuptools extension for CalVer package versions"
2HOMEPAGE = "https://github.com/di/calver"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}"
7SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7"
8
9inherit python_setuptools_build_meta ptest-python-pytest
10
11S = "${WORKDIR}/git"
12
13RDEPENDS:${PN}-ptest += " \
14    python3-pretend \
15"
16
17BBCLASSEXTEND = "native nativesdk"
18