Skip to content

Commit

Permalink
Unbreak python3-exceptiongroup
Browse files Browse the repository at this point in the history
Unbreak build of python3-exceptiongroup with poky/scarthgap by
providing new recipe for python3-flit-scm, which is a build
dependency.
  • Loading branch information
h5b committed Jan 27, 2025
1 parent cf6ea85 commit 9c3aa7f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ inherit pypi python_flit_core

PYPI_PACKAGE = "exceptiongroup"

DEPENDS += "python3-flit-scm-native"

BBCLASSEXTEND = "native nativesdk"

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SUMMARY = "A PEP 518 build backend."
DESCRIPTION = "A PEP 518 build backend to generate a version file from VCS."
AUTHOR = "Will Da Silva <will@willdasilva.xyz>"
HOMEPAGE = "https://gitlab.com/WillDaSilva/flit_scm"
SECTION = "development"
LICENSE = "MIT"

CVE_PRODUCT = ""

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require ${PN}.inc

LIC_FILES_CHKSUM = "file://LICENSE;md5=80f451d0892e64764fe22dbd241b5f02"
SRC_URI[sha256sum] = "961bd6fb24f31bba75333c234145fff88e6de0a90fc0f7e5e7c79deca69f6bb2"

PYPI_PACKAGE = "flit_scm"

inherit pypi python_flit_core

DEPENDS += "python3-setuptools-scm-native"

BBCLASSEXTEND = "native nativesdk"

0 comments on commit 9c3aa7f

Please # to comment.