-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unbreak build of python3-exceptiongroup with poky/scarthgap by providing new recipe for python3-flit-scm, which is a build dependency.
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
meta-protos/meta-python/recipes-devtools/python3-flit-scm/python3-flit-scm.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "" | ||
|
12 changes: 12 additions & 0 deletions
12
meta-protos/meta-python/recipes-devtools/python3-flit-scm/python3-flit-scm_1.7.0.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |